summaryrefslogtreecommitdiffstats
path: root/lib/efl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl.rb')
-rw-r--r--lib/efl.rb13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/efl.rb b/lib/efl.rb
index cd5a05e..d93e5d7 100644
--- a/lib/efl.rb
+++ b/lib/efl.rb
@@ -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