class Github::Response::Header

def ratelimit_remaining

def ratelimit_remaining
  loaded? ? env[:response_headers][RATELIMIT_REMAINING] : nil
end