class Crinja::StrictUndefined
- Crinja::StrictUndefined
- Crinja::Undefined
- Reference
- Object
Overview
An undefined that raises an UndefinedError
if it is compared or printed.
Defined in:
runtime/undefined.crInstance Method Summary
- #<=>(other)
-
#==(other)
Returns
false
(other can only be aValue
here). - #to_s(io)