module Sanitize::Config
module Sanitize::Transformers
class Sanitize
class Sanitize::Error
sanitize
1.2.2.dev.20100822
# clean
def clean(html) if html dupe = html.dup clean!(dupe) || dupe end end