From 5b2411b523565a229f66726ce66b693848d1abc2 Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 9 Feb 2023 14:14:52 -0500 Subject: init --- mrb_gems/basic_example/mrblib/basic_example.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mrb_gems/basic_example/mrblib/basic_example.rb (limited to 'mrb_gems/basic_example/mrblib/basic_example.rb') diff --git a/mrb_gems/basic_example/mrblib/basic_example.rb b/mrb_gems/basic_example/mrblib/basic_example.rb new file mode 100644 index 0000000..70ee644 --- /dev/null +++ b/mrb_gems/basic_example/mrblib/basic_example.rb @@ -0,0 +1,7 @@ +module BasicExample + class << self + def say_goodbye + puts "Goodbye" + end + end +end -- cgit v1.2.3