# File lib/action_view/helpers/sanitize_helper.rb, line 84
      def strip_tags(html)
        self.class.full_sanitizer.sanitize(html)
      end