# File lib/chef/node/immutable_collections.rb, line 6 def immutablize(value) case value when Hash ImmutableMash.new(value) when Array ImmutableArray.new(value) else value end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.