# File lib/action_controller/vendor/rack-1.0/rack/response.rb, line 147 def server_error?; @status >= 500 && @status < 600; end