# File lib/puppet/util/ldap/generator.rb, line 41
41:   def with(&block)
42:     @generator = block
43:     self
44:   end