Class: Socialinvestigator::HammerOfTheGods

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

Instance Method Summary collapse

Instance Method Details

#hello(name) ⇒ Object



22
23
24
25
26
# File 'lib/socialinvestigator/cli.rb', line 22

def hello( name )
  greeting = "Hello, #{name}"
  greeting.upcase! if options[:upcase]
  puts greeting
end