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