Class: Texter::SimpleFormatter
- Defined in:
- app/lib/texter/simple_formatter.rb
Instance Attribute Summary
Attributes inherited from Formatter
Instance Method Summary collapse
Methods inherited from Formatter
Constructor Details
This class inherits a constructor from Texter::Formatter
Instance Method Details
#block ⇒ Object
7 8 9 |
# File 'app/lib/texter/simple_formatter.rb', line 7 def block ApplicationController.helpers.simple_format(body) end |
#inline ⇒ Object
3 4 5 |
# File 'app/lib/texter/simple_formatter.rb', line 3 def inline body end |