Method: Pantry::Communication::WritingSocket#open

Defined in:
lib/pantry/communication/writing_socket.rb

#openObject



18
19
20
21
22
23
24
# File 'lib/pantry/communication/writing_socket.rb', line 18

def open
  @socket = build_socket
  Communication.configure_socket(@socket)
  @security.configure_socket(@socket)

  open_socket(@socket)
end