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