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