Module: FunHtml::SpecElements::HTMLHRElement

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

Instance Method Summary collapse

Instance Method Details

#hr(attributes = nil) ⇒ Object



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

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