class Crinja::StrictUndefined

Overview

An undefined that raises an UndefinedError if it is compared or printed.

Defined in:

runtime/undefined.cr

Instance Method Summary

Instance methods inherited from class Crinja::Undefined

==(other : self) ==, hash(hasher) hash, name : String name, name=(name : String) name=, size size, to_json(json : JSON::Builder) to_json, to_s(io) to_s

Constructor methods inherited from class Crinja::Undefined

new(name : String = "") new

Instance Method Detail

def <=>(other) #

[View source]
def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def to_s(io) #

[View source]