summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index e327265..c77cc28 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -33,11 +33,11 @@ module Efl
#
module MNAME
def self.method_missing m, *args, &block
- return Efl::API.send 'MBASE_'+m.to_s, *args, &block
+ return Efl::FFI.send 'MBASE_'+m.to_s, *args, &block
end
end
#
- module API
+ module FFI
#
EOF
FOOTER =<<-EOF