class Hash(K, V)

Overview

A Hash represents a mapping of keys to values.

See the official docs for the basics.

Included Modules

Direct Known Subclasses

Defined in:

ifrit/core.cr

Instance Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? present?

Instance Method Detail

def blank? #

Returns if object is blank one - empty (or whitespaced) string, empty array, empty hash, nil or false.


[View source]