lib/redis-throttler.rb in redis-throttler-0.1.3 vs lib/redis-throttler.rb in redis-throttler-0.1.4

- old
+ new

@@ -1,10 +1,7 @@ require 'redis' class RedisThrottler - def self.included(base) - base.include(RedisThrottler::Model) - end # Create a RedisThrottler object. # # @param [String] key A name to uniquely identify this rate limit. For example, 'emails' # @param [Hash] options Options hash # @option options [Integer] :bucket_span (600) Time span to track in seconds \ No newline at end of file