# File lib/net/ldap.rb, line 467 467: def encryption args 468: if args == :simple_tls 469: args = {:method => :simple_tls} 470: end 471: @encryption = args 472: end