module Chef::Node::Mixin::ImmutablizeHash
Constants
- ALLOWED_METHODS
-
allowed methods that MUST NOT mutate the object (if any of these methods mutate the underlying object that is a bug that needs to be fixed)
- DISALLOWED_MUTATOR_METHODS
allowed methods that MUST NOT mutate the object (if any of these methods mutate the underlying object that is a bug that needs to be fixed)