Module: FunHtml::SpecElements::HTMLQuoteElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#blockquote(attributes = nil, &elements) ⇒ Object
322 323 324 |
# File 'lib/fun_html/spec_elements.rb', line 322 def blockquote(attributes = nil, &elements) write('<blockquote', '</blockquote>', attributes, &elements) end |
#q(attributes = nil, &elements) ⇒ Object
326 327 328 |
# File 'lib/fun_html/spec_elements.rb', line 326 def q(attributes = nil, &elements) write('<q', '</q>', attributes, &elements) end |