Module: Typewriter::SpecElements::HTMLBaseElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/typewriter/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#base(attributes = nil) ⇒ Object
25 26 27 28 |
# File 'lib/typewriter/spec_elements.rb', line 25 def base(attributes = nil) # no child elements allowed and no closing tag write_void('<base', attributes) end |