# File lib/mechanize/file_response.rb, line 59
  def uri
    @uri ||= URI "file://#{@file_path}"
  end