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