Module: Typewriter::SpecElements::HTMLHRElement

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

Instance Method Summary collapse

Instance Method Details

#hr(attributes = nil) ⇒ Object



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

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