# File lib/mechanize.rb, line 267 def visited_page(url) if url.respond_to? :href url = url.href end @history.visited_page(to_absolute_uri(url)) end