class Object
Public Instance Methods
hello_world()
click to toggle source
# File lib/test_gem_mjn.rb, line 3 def hello_world puts "hello from my method" end
# File lib/test_gem_mjn.rb, line 3 def hello_world puts "hello from my method" end