Class: Markdo::TomorrowCommand
- Defined in:
- lib/markdo/commands/tomorrow_command.rb
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Markdo::Command
Instance Method Details
#run ⇒ Object
6 7 8 9 10 |
# File 'lib/markdo/commands/tomorrow_command.rb', line 6 def run task_collection.due_tomorrow.each do |task| @stdout.puts(task.line) end end |