Class: Markdo::InboxCommand
- Defined in:
- lib/markdo/inbox_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
5 6 7 |
# File 'lib/markdo/inbox_command.rb', line 5 def run @stdout.puts(File.read(inbox_path)) end |