Module: FunHtml::SpecElements::HTMLMeterElement

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

Instance Method Summary collapse

Instance Method Details

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



600
601
602
# File 'lib/fun_html/spec_elements.rb', line 600

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