Project

General

Profile

Feature #6518 ยป 0001-Object-formatting.patch

zzak (zzak _), 05/31/2012 09:33 AM

View differences:

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
    (1-1/1)