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