# File lib/chef/win32/security/acl.rb, line 82
        def unshift(*aces)
          aces.each { |ace| Chef::ReservedNames::Win32::Security.add_ace(self, ace, 0) }
        end