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