Module: FunHtml::SpecElements::HTMLStyleElement

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

Instance Method Summary collapse

Instance Method Details

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



46
47
48
# File 'lib/fun_html/spec_elements.rb', line 46

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