Class: RateLimit::NoopStats

Inherits:
Object
  • Object
show all
Defined in:
lib/ratelimit/noop_stats.rb

Instance Method Summary collapse

Instance Method Details

#increment(name, opts) ⇒ Object

receives increment(“it.ratelim.limitcheck”, “pass:true”])



5
6
# File 'lib/ratelimit/noop_stats.rb', line 5

def increment(name, opts)
end