Module: FunHtml::SpecElements::HTMLMetaElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#meta(attributes = nil) ⇒ Object
39 40 41 42 |
# File 'lib/fun_html/spec_elements.rb', line 39 def (attributes = nil) # no child elements allowed and no closing tag write_void('<meta', attributes) end |