summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/c_and_ruby_extension_example/mrblib/example.rb
diff options
context:
space:
mode:
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