summaryrefslogtreecommitdiffstats
path: root/lib/efl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl.rb')
-rw-r--r--lib/efl.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/efl.rb b/lib/efl.rb
new file mode 100644
index 0000000..7122e20
--- /dev/null
+++ b/lib/efl.rb
@@ -0,0 +1,9 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+#
+module EFL
+ autoload :EET, './lib/efl/eet.rb'
+ autoload :ECORE, './lib/efl/ecore.rb'
+end
+#