# File lib/chef/win32/security/acl.rb, line 90
        def to_s
          "[#{self.collect { |ace| ace.to_s }.join(", ")}]"
        end