Skip to content

Instantly share code, notes, and snippets.

@paaloeye
Created September 2, 2014 13:14
Show Gist options
  • Save paaloeye/2a2ea076eb282abd2ed5 to your computer and use it in GitHub Desktop.
Save paaloeye/2a2ea076eb282abd2ed5 to your computer and use it in GitHub Desktop.
IPAddr.new('10.0.0.0/8').to_range.each_slice(256).map(&:first).map { |ip| ip.mask(8 * (4 - ip.to_s.split('.').reverse.take_while(&'0'.method(:==)).count)) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment