class Github::ResponseWrapper

def redirect?

def redirect?
  status.to_i >= 300 && status.to_i < 400
end