class HashWithIndifferentAccess(V)
- HashWithIndifferentAccess(V)
- Hash(String, V)
- Reference
- Object
Overview
Allows to access values by both String
and Symbol
key.
Defined in:
ifrit/hash_with_indifferent_access.crConstructors
Instance Method Summary
- #[]=(key : Symbol, value : V)
- #delete(key : Symbol)
- #delete(key : Symbol, &block)
- #values_at(*indexes : Symbol)