# File examples/chatserver.rb, line 79 def addOutput( string ) @obuffer << string.chomp << EOL @server.pollObj.addMask( @socket, Poll::WRNORM ) end