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