summaryrefslogtreecommitdiffstats
path: root/lib/efl/eina_hash.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-29 16:08:48 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-29 16:08:48 +0200
commitffd1b8987b7ee43269d92175e8c51b4bccc159f9 (patch)
tree9bde49a292104b9230216dd64c1a15995be6c3de /lib/efl/eina_hash.rb
parent337135de8eac4c155051849805c5a0abde704c8f (diff)
downloadffi-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.rb2
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 = (