Class: Labyrinths::CLI
- Inherits:
-
Thor
- Object
- Thor
- Labyrinths::CLI
- Defined in:
- lib/labyrinths.rb
Overview
CLI driver for the Labyrinths gem.
Instance Method Summary collapse
Instance Method Details
#hello(name) ⇒ Object
10 11 12 |
# File 'lib/labyrinths.rb', line 10 def hello(name) puts "Hello #{[:capitalise] ? name.capitalize : name}!" end |