Module: FunHtml::SpecElements::HTMLMenuElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#menu(attributes = nil, &elements) ⇒ Object
344 345 346 |
# File 'lib/fun_html/spec_elements.rb', line 344 def (attributes = nil, &elements) write('<menu', '</menu>', attributes, &elements) end |