Module: FunHtml::SpecElements::HTMLAudioElement

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

Instance Method Summary collapse

Instance Method Details

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



454
455
456
# File 'lib/fun_html/spec_elements.rb', line 454

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