class Github::Response::Header

def ratelimit_reset

be reset
A unix timestamp describing when the ratelimit will
def ratelimit_reset
  loaded? ? env[:response_headers][RATELIMIT_RESET] : nil
end