# File lib/cool.io/async_watcher.rb, line 17 def signal # Write a byte to the pipe. What we write is meaningless, it # merely signals an event has occurred for each byte written. @writer.write "\0" end