class Crinja::Undefined
- Crinja::Undefined
- Reference
- Object
Overview
The default undefined type.
Direct Known Subclasses
Defined in:
runtime/undefined.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
- #name : String
- #name=(name : String)
- #size
- #to_json(json : JSON::Builder)
- #to_s(io)
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?
.