class IO::Event::PriorityHeap

def size

@returns [Integer] the number of elements in the heap.
def size
	@contents.size
end