# File lib/webrick/httpstatus.rb, line 114
    def server_error?(code)
      code.to_i >= 500 and code.to_i < 600
    end