Module: FunHtml::SpecElements::HTMLIFrameElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#iframe(attributes = nil, &elements) ⇒ Object
429 430 431 |
# File 'lib/fun_html/spec_elements.rb', line 429 def iframe(attributes = nil, &elements) write('<iframe', '</iframe>', attributes, &elements) end |