Class: Sandoz::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/cli.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



8
9
10
# 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

#newObject



13
14
15
# File 'lib/cli.rb', line 13

def new
  `say Well, I met a girl called Sandoz`
end