module ActionText::HtmlConversion

def create_element(tag_name, attributes = {})

def create_element(tag_name, attributes = {})
  document.create_element(tag_name, attributes)
end