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