abstract class Microtest::PowerAssert::Node

Direct Known Subclasses

Defined in:

microtest/power_assert.cr

Constructors

Instance Method Summary

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 expression : String #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def wrapper : Value #

[View source]