class Microtest::PowerAssert::Evaluation
- Microtest::PowerAssert::Evaluation
- Reference
- Object
Defined in:
microtest/power_assert.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #expression : String
-
#hash(hasher)
See
Object#hash(hasher)
- #value : Value
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.