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/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/evas.rb')
-rw-r--r-- | lib/efl/evas.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/evas.rb b/lib/efl/evas.rb index e54b07f..d6f476b 100644 --- a/lib/efl/evas.rb +++ b/lib/efl/evas.rb @@ -44,7 +44,7 @@ module Efl class REvas # include Efl::ClassHelper - @search_paths = [ [Efl::Evas,'evas_'].freeze ] + proxy_list [Efl::Evas,'evas_'].freeze # def initialize o=nil @ptr = ( @@ -101,7 +101,7 @@ module Efl class REvasObject # include Efl::ClassHelper - @search_paths = [ [Efl::Evas,'evas_object_'].freeze, [Efl::Evas,'evas_'].freeze ] + proxy_list [Efl::Evas,'evas_object_'].freeze, [Efl::Evas,'evas_'].freeze # def initialize o=nil @ptr = ( |