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