From 7c469c0b9dadd1de09fed18c3e5cc551012c38c1 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Sat, 29 Dec 2012 05:37:55 +0900 Subject: Rebuild CRuby based building script without Makefile Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb --- doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb') diff --git a/doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb b/doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb index 0c2d3c7d1..d3899c301 100644 --- a/doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb +++ b/doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb @@ -1,4 +1,4 @@ -class RubyExtension +module CRubyExtension def CRubyExtension.ruby_method puts "A Ruby Extension" end -- cgit v1.2.3