# File lib/active_ldap/connection.rb, line 11 def thread_safe_active_connections @@active_connections[Thread.current.object_id] ||= {} end