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