= private = protected
push(p1)
Pushes the given object to the queue.
static VALUE rb_queue_push(VALUE self, VALUE obj) { return queue_do_push(self, queue_ptr(self), obj); }