Method: WWW::Mechanize::FileResponse#code

Defined in:
lib/www/mechanize/file_response.rb

#codeObject



22
23
24
# File 'lib/www/mechanize/file_response.rb', line 22

def code
  ::File.exists?(@file_path) ? 200 : 400
end