# File lib/active_ldap/association/collection.rb, line 24
      def each(&block)
        to_ary.each(&block)
      end