Module: FunHtml::SpecElements::HTMLSourceElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#source(attributes = nil) ⇒ Object
415 416 417 418 |
# File 'lib/fun_html/spec_elements.rb', line 415 def source(attributes = nil) # no child elements allowed and no closing tag write_void('<source', attributes) end |