# File lib/maruku/output/to_html.rb, line 330
  def wrap_as_element(name, attributes={})
    html_element name, children_to_html, attributes
  end