Module: FunHtml::SpecElements::HTMLTimeElement

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

Instance Method Summary collapse

Instance Method Details

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



380
381
382
# File 'lib/fun_html/spec_elements.rb', line 380

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