class Ruby::Pomodoro::Cmd::EditList

Public Instance Methods

call(editor) click to toggle source
# File lib/ruby/pomodoro/cmd/edit_list.rb, line 5
def call(editor)
  print
  worker.stop
  editor.save
  editor.edit
  Main.new.call
end