Returns the successor to the ipaddr.
417 418 419
# File 'lib/ipaddr.rb', line 417 def succ return self.clone.set(@addr + 1, @family) end