class Sanitize

def clean_document(html)

def clean_document(html)
  unless html.nil?
    clean_document!(html.dup) || html
  end
end