Feature #6518 ยป 0001-Object-formatting.patch
object.c | ||
---|---|---|
* call-seq:
|
||
* obj === other -> true or false
|
||
*
|
||
* Case Equality---For class <code>Object</code>, effectively the same
|
||
* as calling <code>#==</code>, but typically overridden by descendants
|
||
* to provide meaningful semantics in <code>case</code> statements.
|
||
* Case Equality---For class Object, effectively the same as calling
|
||
* <code>#==</code>, but typically overridden by descendants to provide
|
||
* meaningful semantics in +case+ statements.
|
||
*/
|
||
VALUE
|