Description
Adds specialized Hash-like classes for Ruby projects that need richer collection behavior. It is useful when plain hashes are not expressive enough for configuration, lookup, or structured data tasks.
Custom collection behavior can surprise maintainers. Document which class is used, how keys compare, and whether values are copied, frozen, ordered, or mutable.