Module: FunHtml::SpecElements::HTMLOptionElement

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

Instance Method Summary collapse

Instance Method Details

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



576
577
578
# File 'lib/fun_html/spec_elements.rb', line 576

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