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