From: Brian Candler Date: 2009-01-19T23:43:11+09:00 Subject: Re: ip address of client from GServer#serve Julien Biard wrote: > I would like to know if there is a way to take the ip address of client > from GServer#serve. Try this: def serve(myClient) p myClient.peeraddr end -- Posted via http://www.ruby-forum.com/.