Module: Typewriter::SpecElements::HTMLBRElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/typewriter/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#br(attributes = nil) ⇒ Object
392 393 394 395 |
# File 'lib/typewriter/spec_elements.rb', line 392 def br(attributes = nil) # no child elements allowed and no closing tag write_void('<br', attributes) end |