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