Module: Hemingway::TextscTagNode

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

Instance Method Summary collapse

Instance Method Details

#html(content) ⇒ Object



45
46
47
# File 'lib/hemingway/tag/tag_nodes.rb', line 45

def html(content)
  Build.tag("span", content, :class => "textsc")
end