ruby/test/minitest
mame ebff9dc10e object.c: Deprecate Object#=~ and add NilClass#=~`
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
2018-11-26 07:55:07 +00:00
..
metametameta.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_minitest_benchmark.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_minitest_mock.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
test_minitest_unit.rb object.c: Deprecate Object#=~ and add NilClass#=~` 2018-11-26 07:55:07 +00:00