Module: Typewriter::SpecElements::HTMLEmbedElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/typewriter/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#embed(attributes = nil) ⇒ Object
435 436 437 438 |
# File 'lib/typewriter/spec_elements.rb', line 435 def (attributes = nil) # no child elements allowed and no closing tag write_void('<embed', attributes) end |