Module: Hemingway::NeatLineNode

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



21
22
23
# File 'lib/hemingway/tag/tag_nodes.rb', line 21

def html
  Build.tag("hr", nil, :class => "neatline", :close_tag => false)
end