Class: Lightsaber::Runner
- Inherits:
-
Thor
- Object
- Thor
- Lightsaber::Runner
- Defined in:
- lib/lightsaber/cli.rb
Instance Method Summary collapse
Instance Method Details
#hello(name) ⇒ Object
20 21 22 23 24 |
# File 'lib/lightsaber/cli.rb', line 20 def hello( name ) greeting = "Hello, #{name}" greeting.upcase! if [:upcase] puts greeting end |