# File lib/action_view/helpers/url_helper.rb, line 370
      def link_to_unless_current(name, options = {}, html_options = {}, &block)
        link_to_unless current_page?(options), name, options, html_options, &block
      end