Class: Markdo::InboxCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/markdo/commands/inbox_command.rb

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from Markdo::Command

Instance Method Details

#runObject



5
6
7
8
9
# File 'lib/markdo/commands/inbox_command.rb', line 5

def run
  inbox_task_collection.all.each do |task|
    @stdout.puts(task.line)
  end
end