Class: Justiz::Cli

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

Instance Method Summary collapse

Instance Method Details

#hello(name) ⇒ Object



6
7
8
# File 'lib/justiz/cli.rb', line 6

def hello(name)
  puts "Hello #{name}"
end