Module: FunHtml::NodeDefinitions::HTMLProgressElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/node_definitions.rb
Instance Method Summary collapse
Instance Method Details
#progress(attributes = nil, &elements) ⇒ Object
594 595 596 |
# File 'lib/fun_html/node_definitions.rb', line 594 def progress(attributes = nil, &elements) write('<progress', '</progress>', attributes, &elements) end |