summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-02 09:54:05 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-02 09:54:05 -0800
commit65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be (patch)
treeb79aa703ef7c528896c4f1be8280d0691314008b /doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb
parenta48fc0d7952ad1f10ae777637269fe6a3f9ad0a2 (diff)
parent7c469c0b9dadd1de09fed18c3e5cc551012c38c1 (diff)
downloadmruby-65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be.tar.gz
mruby-65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be.zip
Merge pull request #679 from masuidrive/merge_to_cruby_building_script
Rebuild CRuby based building script without Makefile
Diffstat (limited to 'doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb')
-rw-r--r--doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb2
1 files changed, 1 insertions, 1 deletions
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