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