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