# File lib/sanitize.rb, line 58
  def self.clean!(html, config = {})
    Sanitize.new(config).clean!(html)
  end