class Sanitize
def self.fragment(html, config = {})
Returns a sanitized copy of the given _html_ fragment, using the settings in
def self.fragment(html, config = {}) Sanitize.new(config).fragment(html) end
def self.fragment(html, config = {}) Sanitize.new(config).fragment(html) end