abstract class Microtest::PowerAssert::Node
- Microtest::PowerAssert::Node
- Reference
- Object
Direct Known Subclasses
- Microtest::PowerAssert::CallNode
- Microtest::PowerAssert::EmptyNode
- Microtest::PowerAssert::NamedArgNode
- Microtest::PowerAssert::TerminalNode
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)
- #wrapper : 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?
.