# File lib/chef/win32/security/acl.rb, line 66
        def each
          0.upto(length-1) { |i| yield self[i] }
        end