summaryrefslogtreecommitdiffhomepage
path: root/mrblib/example.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mrblib/example.rb')
-rw-r--r--mrblib/example.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/mrblib/example.rb b/mrblib/example.rb
new file mode 100644
index 0000000..8460b32
--- /dev/null
+++ b/mrblib/example.rb
@@ -0,0 +1,5 @@
+class Test
+ def does_it_work?
+ puts "yes it does"
+ end
+end