class IO::Event::Timers::Handle

def initialize(time, block)

def initialize(time, block)
	@time = time
	@block = block
end