1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Removed no longer meaningful part [ci skip]

As now `Object#===` document is separated from `rb_equal`, this note
no longer makes sense.
This commit is contained in:
Nobuyoshi Nakada 2020-05-06 09:51:01 +09:00
parent b0498caa7e
commit 3a6dad9d8b
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -137,9 +137,6 @@ rb_obj_setup(VALUE obj, VALUE klass, VALUE type)
* Case Equality -- For class Object, effectively the same as calling * Case Equality -- For class Object, effectively the same as calling
* <code>#==</code>, but typically overridden by descendants to provide * <code>#==</code>, but typically overridden by descendants to provide
* meaningful semantics in +case+ statements. * meaningful semantics in +case+ statements.
*--
* Same as \c Object#===, case equality.
*++
*/ */
#define case_equal rb_equal #define case_equal rb_equal
/* The default implementation of #=== is /* The default implementation of #=== is