Method: Pantry::Communication::WritingSocket#initialize
- Defined in:
- lib/pantry/communication/writing_socket.rb
#initialize(host, port, security) ⇒ WritingSocket
Returns a new instance of WritingSocket.
12 13 14 15 16 |
# File 'lib/pantry/communication/writing_socket.rb', line 12 def initialize(host, port, security) @host = host @port = port @security = security end |