Skip to content

Commit

Permalink
Remove link to a e-mail regarding has_key? deprecation (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
mentero authored and bbatsov committed Dec 31, 2016
1 parent e12cf58 commit 03f2627
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -3276,9 +3276,7 @@ resource cleanup when possible.

* <a name="hash-key"></a>
Use `Hash#key?` instead of `Hash#has_key?` and `Hash#value?` instead of
`Hash#has_value?`. As noted
[here](http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/43765) by
Matz, the longer forms are considered deprecated.
`Hash#has_value?`.
<sup>[[link](#hash-key)]</sup>

```Ruby
Expand Down

0 comments on commit 03f2627

Please sign in to comment.