Module: Hemingway::VerbatimNode
- Defined in:
- lib/hemingway/block/verbatim/verbatim_nodes.rb
Instance Method Summary collapse
Instance Method Details
#html(block_content) ⇒ Object
4 5 6 |
# File 'lib/hemingway/block/verbatim/verbatim_nodes.rb', line 4 def html(block_content) Build.tag("pre", block_content.html) end |