Class: FirstGem::CLI

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

Instance Method Summary collapse

Instance Method Details

#hello(name) ⇒ Object



4
5
6
# File 'lib/first_gem/cli.rb', line 4

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