module NewGem
Constants
- VERSION
Public Instance Methods
other_hello()
click to toggle source
Your code goes hereā¦
# File lib/new_gem.rb, line 5 def other_hello puts "it is another hello" end
Your code goes hereā¦
# File lib/new_gem.rb, line 5 def other_hello puts "it is another hello" end