module Sanitize::Config
class Sanitize
sanitize
1.0.0
# clean
def clean(html) dupe = html.dup clean!(dupe) || dupe end