FICHA · MANJARO

ruby-ice_nine

Deep freeze Ruby objects

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 29, 2026 description in en

Description

Freezes Ruby objects recursively so nested values cannot be modified by accident. It is useful for constants, configuration, shared state, and tests that need immutability guarantees.

Deep freezing changes mutability expectations. Apply it intentionally, document shared objects, and test code paths that previously modified nested values.

Permissions

Permissions not analysed for this source yet.