# File lib/loofah/scrubbers.rb, line 97
      def scrub(node)
        return CONTINUE if html5lib_sanitize(node) == CONTINUE
        node.remove
        return STOP
      end