module Github::RateLimit

def ratelimit(*args)

def ratelimit(*args)
  arguments(args)
  get_request("/rate_limit", arguments.params).rate.limit
end