Class: GitTimer::Timer
- Inherits:
-
Thor
- Object
- Thor
- GitTimer::Timer
- Defined in:
- lib/git_timer/cli.rb
Instance Method Summary collapse
Instance Method Details
#work(action) ⇒ Object
15 16 17 18 |
# File 'lib/git_timer/cli.rb', line 15 def work(action) "#{action}".upcase! if [:upcase] puts action end |