class Hash(K, V)
- Hash(K, V)
- Reference
- Object
Overview
A Hash
represents a mapping of keys to values.
See the official docs for the basics.
Included Modules
- Enumerable({K, V})
- Iterable({K, V})
Direct Known Subclasses
Defined in:
ifrit/core.crInstance Method Summary
-
#blank?
Returns if object is blank one - empty (or whitespaced) string, empty array, empty hash,
nil
orfalse
.
Instance Method Detail
def blank?
#
Returns if object is blank one - empty (or whitespaced) string, empty array, empty hash, nil
or false
.