# File lib/mechanize/file_response.rb, line 55 def message File.exist?(@file_path) ? 'OK' : 'Not Found' end