# File lib/sanitize.rb, line 90
  def clean(html)
    if html
      dupe = html.dup
      clean!(dupe) || dupe
    end
  end