From: Brian Candler Date: 2008-10-30T23:51:07+09:00 Subject: Re: socket from python to ruby Stefan Rusterholz wrote: > TCPSocket::open accepts local host and port args, from the docs (1.8.7): Thank you. If this were just 1.8.7 then I wouldn't be interested, but actually it works for 1.8.6 too. My "Programming Ruby" (2nd edition, p771) lists only the two parameters for TCPSocket.new. That book was written against 1.8.2, so looks like it was added some time after then. -- Posted via http://www.ruby-forum.com/.