Module: Prawn::Markup::Interface
- Defined in:
- lib/prawn/markup/interface.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#markup_options ⇒ Object
13 14 15 |
# File 'lib/prawn/markup/interface.rb', line 13 def @markup_options ||= {} end |
Instance Method Details
#markup(html, options = {}) ⇒ Object
8 9 10 11 |
# File 'lib/prawn/markup/interface.rb', line 8 def markup(html, = {}) = HashMerger.deep(, ) Processor.new(self, ).parse(html) end |