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