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