Class: Ruby::Pomodoro::Cmd::Stop
- Defined in:
- lib/ruby/pomodoro/cmd/stop.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from TimeHelpers
Constructor Details
This class inherits a constructor from Ruby::Pomodoro::Cmd::Base
Instance Method Details
#call ⇒ Object
5 6 7 8 |
# File 'lib/ruby/pomodoro/cmd/stop.rb', line 5 def call worker.stop Main.new.call end |