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