# File lib/chef/win32/security/acl.rb, line 70 def insert(index, *aces) aces.reverse_each { |ace| add_ace(self, ace, index) } end