class IO::Event::Timers::Handle

def call(...)

Invoke the block.
def call(...)
	@block.call(...)
end