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