diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-25 13:44:20 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-25 13:44:20 +0200 |
commit | 63a9b8fc30b5ef929f350d2bf23ebbda66150bce (patch) | |
tree | 918589a53b117953c31a4443e3d288d494c02d07 /lib/efl.rb | |
parent | 0ed47e17e804d0f76835d011b536bc44e914b737 (diff) | |
download | ffi-efl-63a9b8fc30b5ef929f350d2bf23ebbda66150bce.zip ffi-efl-63a9b8fc30b5ef929f350d2bf23ebbda66150bce.tar.gz |
ecore_getopt + specs almost ready
Diffstat (limited to 'lib/efl.rb')
-rw-r--r-- | lib/efl.rb | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -3,12 +3,15 @@ # # module Efl + # VERSION = '0.0.1' - autoload :Eet, './lib/efl/eet.rb' - autoload :Evas, './lib/efl/evas.rb' - autoload :Ecore, './lib/efl/ecore.rb' - autoload :Edje, './lib/efl/edje.rb' - autoload :Elm, './lib/efl/elementary.rb' + # + autoload :Eet, './lib/efl/eet.rb' + autoload :Evas, './lib/efl/evas.rb' + autoload :Ecore, './lib/efl/ecore.rb' + autoload :EcoreGetopt, './lib/efl/ecore_getopt.rb' + autoload :Edje, './lib/efl/edje.rb' + autoload :Elm, './lib/efl/elementary.rb' end # # EOF |