module Chef::Node::Mixin::ImmutablizeArray

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

A list of methods that mutate Array. Each of these is overridden to raise an error, making this instances of this class more or less immutable.