# File lib/mongo/mongo_client.rb, line 554 def checkin(socket) if @primary_pool && socket && socket.pool socket.pool.checkin(socket) end end