Actions
Feature #11527
openIPAddr#mask_addr isn't a method
[ruby-core:<unknown>]
Description
Right now there's no way to get the current value of an IP address's mask from an IPAddr instance. While there's an instance variable (@mask_addr
), there's no attribute reader to get it's value, and relying on reading the instance variable isn't pretty nice for a stdlib (stable as it might be).
Is there any particular reason why this is not public, or would a patch/pull request adding the corresponding attr_reader
be accepted?
Updated by nobu (Nobuyoshi Nakada) about 9 years ago
- Tracker changed from Bug to Feature
- Description updated (diff)
Updated by herwinw (Herwin Quarantainenet) over 8 years ago
There is a proposal for a fix on https://github.com/ruby/ruby/pull/1269 (see https://bugs.ruby-lang.org/issues/11210)
Updated by usa (Usaku NAKAMURA) over 7 years ago
- Related to Feature #11210: IPAddr has no public method to get the current subnet mask added
Updated by hsbt (Hiroshi SHIBATA) almost 6 years ago
- Status changed from Open to Assigned
- Assignee set to knu (Akinori MUSHA)
Actions
Like0
Like0Like0Like0Like0