module Sanitize::Config
module Sanitize::Transformers
class Sanitize
class Sanitize::Error
class Sanitize::Transformers::CleanElement
sanitize
2.0.4
# clean_document
def clean_document(html) unless html.nil? clean_document!(html.dup) || html end end