# File lib/eventmachine.rb, line 768
768:   def EventMachine::watch io, handler=nil, *args, &blk
769:     attach_io io, true, handler, *args, &blk
770:   end