Class: MarshalSocket::TCPServer

Inherits:
TCPServer
  • Object
show all
Defined in:
lib/marshal_socket.rb

Instance Method Summary collapse

Instance Method Details

#acceptObject



61
62
63
64
65
# File 'lib/marshal_socket.rb', line 61

def accept
  super.tap do |socket|
    socket.extend(Socket)
  end
end