class Microtest::PowerAssert::NamedArgNode
Defined in:
microtest/power_assert.crConstructors
-
.new(name : String, value)
FIXME implement
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
- #name : String
Instance methods inherited from class Microtest::PowerAssert::Node
==(other : self)
==,
expression : String
expression,
hash(hasher)
hash,
wrapper : Value
wrapper
Constructor methods inherited from class Microtest::PowerAssert::Node
new(expression : String, value : T) forall T
new
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?
.