Object - mfichman/jogo GitHub Wiki
same(other Object) Bool
Returns true if 'other' refers to the same object as 'self'. This function does not test for deep equality.
hash?() Int
Returns a hash code for this object. If two objects are equal as defined by '@equal', then this function must return the same hash code for both objects.
@equal(other Object) Bool
Returns true if 'other' is logically equal to 'self'. This function calls 'same()' by default.
@destroy()
No comment
@init()
No comment