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, 0 insertions, 5 deletions
diff --git a/mrbgems/g/mrblib_example/mrblib/mrblib_example.rb b/mrbgems/g/mrblib_example/mrblib/mrblib_example.rb
deleted file mode 100644
index 444f32236..000000000
--- a/mrbgems/g/mrblib_example/mrblib/mrblib_example.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class MRBLib
- def MRBLib.mrblib_method
- puts "A Ruby Extension"
- end
-end