= private = protected
length()
Returns the length of the queue.
static VALUE rb_queue_length(VALUE self) { unsigned long len = queue_length(self); return ULONG2NUM(len); }