Method: NetAddr::IPv4Net#next_sib
- Defined in:
- lib/ipv4net.rb
#next_sib ⇒ Object
next_sib returns the network immediately following this one or nil if the end of the address space is reached.
107 108 109 |
# File 'lib/ipv4net.rb', line 107 def next_sib() self.nth_next_sib(1) end |