Module: FunHtml::SpecElements::HTMLFormElement

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

Instance Method Summary collapse

Instance Method Details

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



533
534
535
# File 'lib/fun_html/spec_elements.rb', line 533

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