class IO::Event::PriorityHeap

def peek

Returns the earliest timer or nil if the heap is empty.
def peek
	@contents[0]
end