Module: FunHtml::SpecElements::HTMLMenuElement

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

Instance Method Summary collapse

Instance Method Details



344
345
346
# File 'lib/fun_html/spec_elements.rb', line 344

def menu(attributes = nil, &elements)
  write('<menu', '</menu>', attributes, &elements)
end