Class: Markdo::TomorrowCommand

Inherits:
DateCommand show all
Defined in:
lib/markdo/tomorrow_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



6
7
8
# File 'lib/markdo/tomorrow_command.rb', line 6

def run
  super(Date.today + 1)
end