diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-29 16:08:48 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-29 16:08:48 +0200 |
commit | ffd1b8987b7ee43269d92175e8c51b4bccc159f9 (patch) | |
tree | 9bde49a292104b9230216dd64c1a15995be6c3de /lib/efl/eina_hash.rb | |
parent | 337135de8eac4c155051849805c5a0abde704c8f (diff) | |
download | ffi-efl-ffd1b8987b7ee43269d92175e8c51b4bccc159f9.zip ffi-efl-ffd1b8987b7ee43269d92175e8c51b4bccc159f9.tar.gz |
unfreeze @search_paths[]
Diffstat (limited to 'lib/efl/eina_hash.rb')
-rw-r--r-- | lib/efl/eina_hash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/eina_hash.rb b/lib/efl/eina_hash.rb index 03619dc..dcbafa2 100644 --- a/lib/efl/eina_hash.rb +++ b/lib/efl/eina_hash.rb @@ -20,7 +20,7 @@ module Efl class REinaHash include Enumerable include Efl::ClassHelper - @func_prefixes = [ [Efl::EinaHash,'eina_hash_'] ].freeze + @search_paths = [ [Efl::EinaHash,'eina_hash_'].freeze ] def initialize o=nil, &block cstr = ( block_given? ? block : Proc.new { Efl::EinaHash.eina_hash_string_djb2_new FFI::Pointer::NULL } ) @ptr = ( |