# File lib/net/ldap.rb, line 466 def LDAP::open args ldap1 = LDAP.new args ldap1.open {|ldap| yield ldap } end