# File lib/twitter/rate_limit.rb, line 8
    def limit
      limit = @attrs['x-rate-limit-limit']
      limit.to_i if limit
    end