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