We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ip_range = IPAddress "::ffff:192.194.252.144/126" ip_range.size # => 4 ip_range.min.ipv4.address # => "192.194.252.144" # Problematic range ip_range= IPAddress "2a04:4a80::/29" ip_range.size # => 633825300114114700748351602688 ip_range.min.address # Get's stuck calculating the mininum address
Since min is inherited from Enumerable, it compares one IP against every other
min
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since
min
is inherited from Enumerable, it compares one IP against every otherThe text was updated successfully, but these errors were encountered: