Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ifrit
v0.1.1
Array
BitArray
Hash
HashWithIndifferentAccess
Ifrit
InheritableJSON
NamedTuple
Nil
Number
Object
String
Struct
SymbolTable
Methods
UnknownSymbol
Tuple
Built with Crystal 1.9.2
2023-10-08 09:00:39 UTC
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
]