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