Libraries
»
concurrent_worker
(0.4.12)
»
Index
»
ConcurrentWorker
»
RequestCounter
»
#push
Method: ConcurrentWorker::RequestCounter#push
Defined in:
lib/concurrent_worker/common.rb
#
push
(args) ⇒
Object
10 11 12
# File 'lib/concurrent_worker/common.rb', line 10
def
push
(
args
)
@count
.
push
(
args
)
end