= private = protected
succ()
Returns the successor to the ipaddr.
# File lib/ipaddr.rb, line 335 def succ return self.clone.set(@addr + 1, @family) end