class Sanitize

def self.clean_document!(html, config = {})

changes were made.
Performs Sanitize#clean_document in place, returning _html_, or +nil+ if no
def self.clean_document!(html, config = {})
  Sanitize.new(config).clean_document!(html)
end