class Sanitize
def self.clean_document!(html, config = {})
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
def self.clean_document!(html, config = {}) Sanitize.new(config).clean_document!(html) end