Module: FunHtml::SpecElements::HTMLTableElement

Included in:
HTMLAllElements
Defined in:
lib/fun_html/spec_elements.rb

Instance Method Summary collapse

Instance Method Details

#table(attributes = nil, &elements) ⇒ Object



480
481
482
# File 'lib/fun_html/spec_elements.rb', line 480

def table(attributes = nil, &elements)
  write('<table', '</table>', attributes, &elements)
end