class IO::Event::PriorityHeap

def size

Returns the number of elements in the heap
def size
	@contents.size
end