Module: FunHtml::NodeDefinitions::HTMLBaseElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/node_definitions.rb
Instance Method Summary collapse
Instance Method Details
#base(attributes = nil) ⇒ Object
25 26 27 28 |
# File 'lib/fun_html/node_definitions.rb', line 25 def base(attributes = nil) # no child elements allowed and no closing tag write('<base', '>', attributes) end |