92 93 94
# File 'lib/chef/node/immutable_collections.rb', line 92 def dup Array.new(map { |e| safe_dup(e) }) end