Class: SimpleFormat
- Includes:
- ActionView::Helpers::TagHelper, ActionView::Helpers::TextHelper
- Defined in:
- lib/acts_as_markup/exts/simple_format.rb
Instance Method Summary collapse
-
#initialize(text) ⇒ SimpleFormat
constructor
A new instance of SimpleFormat.
- #to_html ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(text) ⇒ SimpleFormat
Returns a new instance of SimpleFormat.
7 8 9 |
# File 'lib/acts_as_markup/exts/simple_format.rb', line 7 def initialize(text) @text = text end |