Libraries
»
proco
(0.0.2)
»
Index
»
Proco
»
Dispatcher
»
#push
Method: Proco::Dispatcher#push
Defined in:
lib/proco/dispatcher.rb
#
push
(*items) ⇒
Object
34 35 36
# File 'lib/proco/dispatcher.rb', line 34
def
push
*
items
@queue
.
push
(
*
items
)
end