From: sawadatsuyoshi@... Date: 2014-09-14T05:00:24+00:00 Subject: [ruby-core:65029] [ruby-trunk - Feature #10177] Hash#has_key? and Hash#has_value? should be deprecated Issue #10177 has been updated by Tsuyoshi Sawada. First Last wrote: > That the conjugation can be off is nothing, next to not knowing what question is being asked. Then, it is not "in the interest of maximizing the English readability and sensibility." It is a matter of semantics. ---------------------------------------- Feature #10177: Hash#has_key? and Hash#has_value? should be deprecated https://bugs.ruby-lang.org/issues/10177#change-48897 * Author: gogo tanaka * Status: Open * Priority: Normal * Assignee: * Category: lib * Target version: ---------------------------------------- I referred to this Matz's remark. http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/43765 And I agree with him, I supposed `Hash#has_key?` should be preferred over `Hash#key?`, so I replaced all of `Hash#has_key?` and `Hash#has_value?` in `lib/*` with `Hash#key?` and `Hash#value?` ---Files-------------------------------- Replace_Hash#has_something.PATCH (20.4 KB) -- https://bugs.ruby-lang.org/