Class: Hammerofgod::HammerOfTheGods
- Inherits:
-
Thor
- Object
- Thor
- Hammerofgod::HammerOfTheGods
- Defined in:
- lib/hammerofgod/cli.rb
Instance Method Summary collapse
Instance Method Details
#hello(name) ⇒ Object
23 24 25 26 27 |
# File 'lib/hammerofgod/cli.rb', line 23 def hello( name ) greeting = "Hello, #{name}" greeting.upcase! if [:upcase] puts greeting end |