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