diff options
Diffstat (limited to 'lib/e17.rb')
-rw-r--r-- | lib/e17.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/e17.rb b/lib/e17.rb new file mode 100644 index 0000000..a1e19cc --- /dev/null +++ b/lib/e17.rb @@ -0,0 +1,14 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- +# +# +module E17 + autoload :EINA, './lib/e17/eina.rb' + autoload :EET, './lib/e17/eet.rb' + autoload :EVAS, './lib/e17/evas.rb' + autoload :ECORE, './lib/e17/ecore.rb' + autoload :EDJE, './lib/e17/edje.rb' + autoload :ELM, './lib/e17/elementary.rb' +end +# +# EOF |