class IO::Event::PriorityHeap

def clear!

Empties out the heap, discarding all elements
def clear!
	@contents = []
end