Kris wrote:
> I'm looking to convert an IP string (ranges, subnet masks or wild-carded 
> IP's) in to an array of IP strings:
>
> eg. "192.168.1.1 - 192.168.1.5" => ["192.168.1.1", "192.168.1.2", 
> "192.168.1.3", "192.168.1.4", "192.168.1.5"]
>
> Before I embark on this, is there already a ruby class that does it or 
> some of this?
>
> I've checked out the NET classes already.
>
> Many thanks, K.
>
>   
Hi,

If we could turn back the clock 8 days or so I would invite you to join 
us for this month's new haven rubyists meeting.  Al Gordon demonstrated 
the IPAdmin[1] library for the group.  I'd guess that this might do what 
you want.

Regards,
Matthew Desmarais

[1] http://rubyforge.org/projects/ipadmin/