Module: FunHtml::NodeDefinitions::HTMLBRElement

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

Instance Method Summary collapse

Instance Method Details

#br(attributes = nil) ⇒ Object



392
393
394
395
# File 'lib/fun_html/node_definitions.rb', line 392

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