# File lib/action_view/helpers/sanitize_helper.rb, line 99
      def strip_links(html)
        self.class.link_sanitizer.sanitize(html)
      end