10 11 12
# File 'lib/coronet/support/echo_server.rb', line 10 def serve(io) @tcp.write(@tcp.read(io), io) end