Libraries
»
pqueue
(2.2.0)
»
Index
»
PQueue
»
#size
Method: PQueue#size
Defined in:
lib/pqueue.rb
#
size
⇒
Object
Also known as:
length
Returns the size of the queue.
62 63 64
# File 'lib/pqueue.rb', line 62
def
size
@que
.
size
end