1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-11-16 07:24:21 +00:00
parent 46620a8772
commit 074203d270
9 changed files with 101 additions and 52 deletions

View file

@ -6,7 +6,7 @@ require "socket"
gs = TCPserver.open(0)
addr = gs.addr
addr.shift
printf("server is on %d\n", addr.join(":"))
printf("server is on %s\n", addr.join(":"))
socks = [gs]
while TRUE