Method: Chef::ReservedNames::Win32::Security::ACL#unshift
- Defined in:
- lib/chef/win32/security/acl.rb
#unshift(*aces) ⇒ Object
83 84 85 |
# File 'lib/chef/win32/security/acl.rb', line 83 def unshift(*aces) aces.each { |ace| Chef::ReservedNames::Win32::Security.add_ace(self, ace, 0) } end |