Method: Chef::Node::ImmutableArray#dup

Defined in:
lib/chef/node/immutable_collections.rb

#dupObject



92
93
94
# File 'lib/chef/node/immutable_collections.rb', line 92

def dup
  Array.new(map { |e| safe_dup(e) })
end