module SneakyMani

Constants

VERSION

Public Instance Methods

greet_user(name) click to toggle source
# File lib/sneaky_mani/builder.rb, line 2
def greet_user(name)
    puts "Hello #{name}, thanks for using the Gem"
end