# File lib/mechanize/file_response.rb, line 21
    def code
      ::File.exists?(@file_path) ? 200 : 400
    end