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