Class: Transmuter::Format::Textile
- Inherits:
-
Object
- Object
- Transmuter::Format::Textile
- Defined in:
- lib/transmuter/format/textile.rb
Instance Method Summary collapse
-
#initialize(textile, options = {}) ⇒ Textile
constructor
A new instance of Textile.
- #to_html ⇒ Object
- #to_pdf ⇒ Object
Constructor Details
#initialize(textile, options = {}) ⇒ Textile
Returns a new instance of Textile.
6 7 8 9 |
# File 'lib/transmuter/format/textile.rb', line 6 def initialize(textile, = {}) () @textile = textile end |