Sha256: 37a27dc785a148e2a007f8756efb824e94062c8fc740d8e573ac94fb1c408a87
Contents?: true
Size: 393 Bytes
Versions: 1
Compression:
Stored size: 393 Bytes
Contents
require "prop/limiter" require "forwardable" module Prop VERSION = "2.0.3" # Short hand for accessing Prop::Limiter methods class << self extend Forwardable def_delegators :"Prop::Limiter", :read, :write, :cache=, :configure, :configurations, :disabled, :before_throttle def_delegators :"Prop::Limiter", :throttle, :throttle!, :throttled?, :count, :query, :reset end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prop-2.0.3 | lib/prop.rb |