diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-12 21:23:29 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-12 21:23:29 +0200 |
commit | 3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe (patch) | |
tree | 591d46a4a6f0bcfbc200e9c4a92508ee26974eb8 /lib/e17.rb | |
parent | 131839bfb26fadebc32ce86c10784e2ca2647bbc (diff) | |
download | ffi-efl-3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe.zip ffi-efl-3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe.tar.gz |
rename to ffi-e17
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 |