method

push

ruby latest stable - Class: SizedQueue
push(*args)
public

Pushes object to the queue.

If there is no space left in the queue, waits until space becomes available, unless non_block is true. If non_block is true, the thread isn’t suspended, and ThreadError is raised.