From: Luis Parravicini Date: 2007-05-31T03:43:59+09:00 Subject: Re: inet_addr inet_ntoa Hi On 5/30/07, Rick Fiorentino wrote: > I cannot find the following routines in ruby land to aid with the > process: > > inet_addr - to store the IP as network ordered You can get the ip in network order using Socket.gethostbyname (http://www.ruby-doc.org/core/classes/Socket.html#M002122) -- Luis Parravicini http://ktulu.com.ar/blog/