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