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