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