lib/mongo/socket/unix.rb in mongo-2.9.1.rc0 vs lib/mongo/socket/unix.rb in mongo-2.9.1
- old
+ new
@@ -21,12 +21,9 @@
class Unix < Socket
# @return [ String ] path The path to connect to.
attr_reader :path
- # @return [ Float ] timeout The socket timeout.
- attr_reader :timeout
-
# Initializes a new Unix socket.
#
# @example Create the Unix socket.
# Unix.new('/path/to.sock', 5)
#