Module: FunHtml::SpecElements::HTMLHtmlElement

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

Instance Method Summary collapse

Instance Method Details

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



7
8
9
# File 'lib/fun_html/spec_elements.rb', line 7

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