From: Markus Werner Date: 2005-01-04T00:52:57+09:00 Subject: Standardlib "ipaddr.rb" Happy New Year Everyone, I seems for me that there is a bug (or a feature) in the standard lib "ipaddr.rb". ;-) See irb output -> irb(main):001:0> require 'ipaddr' => true irb(main):002:0> ip1 = IPAddr.new("192.168.1.243/24") => # IMHO should it be # And there should be methods to get the "net" and in case of ipv4 maybe "broadcast" address of the prefix. But this is just a suggestion cause this would be intuitive for me as newbie.