[#74190] [Ruby trunk Feature#12134] Comparison between `true` and `false` — duerst@...
Issue #12134 has been updated by Martin D端rst.
3 messages
2016/03/07
[#74269] Type systems for Ruby — Rob Blanco <ml@...>
Dear ruby-core,
5 messages
2016/03/10
[#74395] [Ruby trunk Feature#12142] Hash tables with open addressing — shyouhei@...
Issue #12142 has been updated by Shyouhei Urabe.
3 messages
2016/03/17
[ruby-core:74096] [Ruby trunk Feature#11527] IPAddr#mask_addr isn't a method
From:
herwin@...
Date:
2016-03-02 12:27:33 UTC
List:
ruby-core #74096
Issue #11527 has been updated by Herwin .. There is a proposal for a fix on https://github.com/ruby/ruby/pull/1269 (see https://bugs.ruby-lang.org/issues/11210) ---------------------------------------- Feature #11527: IPAddr#mask_addr isn't a method https://bugs.ruby-lang.org/issues/11527#change-57242 * Author: Nicol叩s Sanguinetti * Status: Open * Priority: Normal * Assignee: ---------------------------------------- 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? -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>