class HashWithIndifferentAccess(V)

Defined in:

ifrit/hash_with_indifferent_access.cr

Instance Method Summary

Instance methods inherited from class Hash(String, V)

blank? blank?

Instance methods inherited from class Object

blank? : Bool blank?, present? present?

Instance Method Detail

def []=(key : Symbol, value : V) #

[View source]
def delete(key : Symbol) #

[View source]
def delete(key : Symbol, &block) #

[View source]
def values_at(*indexes : Symbol) #

[View source]