Actions
Feature #11210
closedIPAddr has no public method to get the current subnet mask
Feature #11210:
IPAddr has no public method to get the current subnet mask
Description
Both to_s and to_string omit the subnet mask of an IP address. The only way to query it via public methods is to manually parse the output of inspect.
Actions