# File lib/mechanize/history.rb, line 34
      def visited_page(url)
        @history_index[(url.respond_to?(:uri) ? url.uri : url).to_s]
      end