diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-08 15:33:06 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-08 15:33:06 +0000 |
| commit | d8d4f18af86a10763f25e54155f0f0953453259a (patch) | |
| tree | dfb2d0c50efe21a069bba4e3ea2fae9eaf7f4d01 /sample/tsvr.rb | |
| parent | 556a67e569030495019b724a5ecc89d873f8886a (diff) | |
merges r24372 from trunk into ruby_1_9_1.
--
* sample/svr.rb: obsolete TCPserver renamed. [ruby-core:24712]
* sample/tsvr.rb: ditto.
* sample/dualstack-httpd.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/tsvr.rb')
| -rw-r--r-- | sample/tsvr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/tsvr.rb b/sample/tsvr.rb index 52cdd32dc..2fa6c87ef 100644 --- a/sample/tsvr.rb +++ b/sample/tsvr.rb @@ -3,7 +3,7 @@ require "socket" -gs = TCPserver.open(0) +gs = TCPServer.open(0) addr = gs.addr addr.shift printf("server is on %s\n", addr.join(":")) |
