Class: SmartTodo::Dispatchers::Output
- Defined in:
- lib/smart_todo/dispatchers/output.rb
Overview
A simple dispatcher that will output the reminder.
Class Method Summary collapse
Instance Method Summary collapse
-
#dispatch ⇒ Object
Void.
Methods inherited from Base
Constructor Details
This class inherits a constructor from SmartTodo::Dispatchers::Base
Class Method Details
.validate_options!(_) ⇒ Object
8 |
# File 'lib/smart_todo/dispatchers/output.rb', line 8 def (_); end |
Instance Method Details
#dispatch ⇒ Object
Returns void.
12 13 14 |
# File 'lib/smart_todo/dispatchers/output.rb', line 12 def dispatch puts ({}, nil) end |