README
Array
BitArray
Hash
HashWithIndifferentAccess
Ifrit
InheritableJSON
NamedTuple
Nil
Number
Object
String
Struct
SymbolTable
Methods
UnknownSymbol
Tuple
abstract class
Object
Overview
Object
is the base type of all Crystal objects.
Defined in:
ifrit/core.cr
Instance Method Summary
#blank?
: Bool
#present?
Macro Summary
singleton_delegate
(*methods, to)
Instance Method Detail
def
blank?
: Bool
#
[
View source
]
def
present?
#
[
View source
]
Macro Detail
macro
singleton_delegate
(*methods, to)
#
[
View source
]