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