# File lib/mechanize.rb, line 235
  def visited? url
    url = url.href if url.respond_to? :href

    @agent.visited_page url
  end