Method: Pantry::Communication::Client#initialize
- Defined in:
- lib/pantry/communication/client.rb
#initialize(listener) ⇒ Client
Returns a new instance of Client.
10 11 12 13 |
# File 'lib/pantry/communication/client.rb', line 10 def initialize(listener) @listener = listener @response_wait_list = Communication::WaitList.new end |