class Simplemsg::Application
Public Instance Methods
hello(name = "Joe")
click to toggle source
# File lib/simplemsg.rb, line 11 def hello(name = "Joe") puts "Hello #{name}" puts "My Wish: #{options[:wish]}" if options[:wish] end