Module: FunHtml::NodeDefinitions::HTMLHRElement

Included in:
HTMLAllElements
Defined in:
lib/fun_html/node_definitions.rb

Instance Method Summary collapse

Instance Method Details

#hr(attributes = nil) ⇒ Object



301
302
303
304
# File 'lib/fun_html/node_definitions.rb', line 301

def hr(attributes = nil)
  # no child elements allowed and no closing tag
  write('<hr', '>', attributes)
end