# File lib/eventmachine.rb, line 778 778: def EventMachine::attach io, handler=nil, *args, &blk 779: attach_io io, false, handler, *args, &blk 780: end