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