class Sandoz::Cli
Public Instance Methods
hello()
click to toggle source
# File lib/cli.rb, line 8 def hello puts "Well, I met a girl called Sandoz\nAnd she taught me many, many things\nGood things, very good things, sweet things." end
new()
click to toggle source
# File lib/cli.rb, line 13 def new `say Well, I met a girl called Sandoz` end