class RateLimit::NoopStats

Public Instance Methods

increment(name, opts) click to toggle source

receives increment(“it.ratelim.limitcheck”, {:tags=>[“policy_group:page_view”, “pass:true”]})

# File lib/ratelimit/noop_stats.rb, line 5
def increment(name, opts)
end