class Microtest::PowerAssert::TerminalNode

Defined in:

microtest/power_assert.cr

Constructors

Instance Method Summary

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

def self.new(expression : String, value : T) forall T #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

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


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)