mongo-ruby-driver/lib/mongo/util/tcp_socket.rb
Tyler Brock 93b2f3da9b minor: Added TCPSocket Class w/ pool accessor
Sockets now know what pool they were checked out from
SSLSocket updated as well
2012-03-02 19:16:14 -05:00

7 lines
77 B
Ruby

module Mongo
class TCPSocket < ::TCPSocket
attr_accessor :pool
end
end