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:
parent
b0498caa7e
commit
3a6dad9d8b
1 changed files with 0 additions and 3 deletions
3
object.c
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue