Class: FirstGem::CLI
- Inherits:
-
Thor
- Object
- Thor
- FirstGem::CLI
- 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 |