class Microtest::PowerAssert::ValueWrapper(T)
Overview
There is no "Object" class in crystal, so we have to use this wrapper
Defined in:
microtest/power_assert.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
-
#inspect(io)
See performance warning in formatter
- #value : T
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?
.