summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-06 09:51:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-06 09:51:01 +0900
commit3a6dad9d8bcd973fc05d19f70702cba486195bc0 (patch)
treeefed1ef12d17512ee777dc92623b85b11bf69f28 /object.c
parentb0498caa7e92e3f53affb822ba73394624808c98 (diff)
[DOC] Removed no longer meaningful part [ci skip]
As now `Object#===` document is separated from `rb_equal`, this note no longer makes sense.
Diffstat (limited to 'object.c')
-rw-r--r--object.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/object.c b/object.c
index 30c3ba2030..d3e100d11f 100644
--- a/object.c
+++ b/object.c
@@ -137,9 +137,6 @@ rb_obj_setup(VALUE obj, VALUE klass, VALUE type)
* Case Equality -- For class Object, effectively the same as calling
* <code>#==</code>, but typically overridden by descendants to provide
* meaningful semantics in +case+ statements.
- *--
- * Same as \c Object#===, case equality.
- *++
*/
#define case_equal rb_equal
/* The default implementation of #=== is