class IO::Event::Interrupt

def signal

Send a sigle byte interrupt.
def signal
	@output.write(".")
	@output.flush
rescue IOError
	# Ignore.
end