module Rails::HTML::Concern::Scrubber::Full

def scrub(fragment, options = {})

def scrub(fragment, options = {})
  fragment.scrub!(TextOnlyScrubber.new)
end