From 86a7573442727603b8fce7251dae811ad714b266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 20 Apr 2011 19:46:58 +0200 Subject: add efl.rb --- lib/efl.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/efl.rb diff --git a/lib/efl.rb b/lib/efl.rb new file mode 100644 index 0000000..a441c0b --- /dev/null +++ b/lib/efl.rb @@ -0,0 +1,14 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- +# +# +module Efl +# autoload :Eina, './lib/efl/eina.rb' + 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' +end +# +# EOF -- cgit v1.1-2-g2b99