summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/g/mrblib_example/mrblib/mrblib_example.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/g/mrblib_example/mrblib/mrblib_example.rb')
-rw-r--r--mrbgems/g/mrblib_example/mrblib/mrblib_example.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/mrbgems/g/mrblib_example/mrblib/mrblib_example.rb b/mrbgems/g/mrblib_example/mrblib/mrblib_example.rb
new file mode 100644
index 000000000..444f32236
--- /dev/null
+++ b/mrbgems/g/mrblib_example/mrblib/mrblib_example.rb
@@ -0,0 +1,5 @@
+class MRBLib
+ def MRBLib.mrblib_method
+ puts "A Ruby Extension"
+ end
+end