diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-01 08:22:00 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-01 08:22:00 +0200 |
commit | 51a6645abd257b37f3248ccf26b1007a7ac88208 (patch) | |
tree | 9e90ced4ab2b83af091ca5078d44cabbb7a43050 /lib/efl/ecore_evas.rb | |
parent | 314715fd3a8421571ffe77d1a497978011b976fb (diff) | |
download | ffi-efl-51a6645abd257b37f3248ccf26b1007a7ac88208.zip ffi-efl-51a6645abd257b37f3248ccf26b1007a7ac88208.tar.gz |
cleanup method_missing and [module,prefix] proxies usage and definition
Diffstat (limited to 'lib/efl/ecore_evas.rb')
-rw-r--r-- | lib/efl/ecore_evas.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ecore_evas.rb b/lib/efl/ecore_evas.rb index f92222c..6a592dc 100644 --- a/lib/efl/ecore_evas.rb +++ b/lib/efl/ecore_evas.rb @@ -9,7 +9,7 @@ module Efl # class REcoreEvas include Efl::ClassHelper - @search_paths = [ [Efl::EcoreEvas,'ecore_evas_'].freeze ] + proxy_list [Efl::EcoreEvas,'ecore_evas_'].freeze def initialize o=nil, &block @ptr = ( case o |