mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Object#=~ always returns nil. This behavior is not only unuseful but also troublesome because it may hide a type error. This change deprecates Object#=~. For compatibility, NilClass#=~ is newly introduced. [Feature #15231] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
|---|---|---|
| .. | ||
| metametameta.rb | ||
| test_minitest_benchmark.rb | ||
| test_minitest_mock.rb | ||
| test_minitest_unit.rb | ||