class

Microtest::PowerAssert::ValueWrapper(T)

Inherits Microtest::PowerAssert::Value / Reference / Object

There is no "Object" class in crystal, so we have to use this wrapper

Constructors

new(value : T)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

hash(hasher)

See Object#hash(hasher)

inspect(io)

See performance warning in formatter

Source
value
Source