Zamboni adds #deep_freeze to Ruby's built-in collections (Array, Hash, Set). Object#deep_freeze is an alias for #freeze; collections recursively freeze their contents.
Required Ruby Version
>= 3.2.0
Authors
John Hawthorn
Zamboni adds #deep_freeze to Ruby's built-in collections (Array, Hash, Set). Object#deep_freeze is an alias for #freeze; collections recursively freeze their contents.
>= 3.2.0
John Hawthorn