# File lib/mechanize/file_response.rb, line 6
  def initialize(file_path)
    @file_path = file_path
    @uri       = nil
  end