Module: Hemingway::TextttTagNode

Defined in:
lib/hemingway/tag/tag_nodes.rb

Instance Method Summary collapse

Instance Method Details

#html(content) ⇒ Object



33
34
35
# File 'lib/hemingway/tag/tag_nodes.rb', line 33

def html(content)
  Build.tag("code", content)
end