Class: Vines::Stream::Client::Closed
- Defined in:
- lib/vines/stream/client/closed.rb
Constant Summary
Constants inherited from State
Instance Attribute Summary
Attributes inherited from State
Instance Method Summary collapse
Methods inherited from State
#==, #eql?, #hash, #initialize
Methods included from Log
Constructor Details
This class inherits a constructor from Vines::Stream::State
Instance Method Details
#node(node) ⇒ Object
7 8 9 |
# File 'lib/vines/stream/client/closed.rb', line 7 def node(node) # ignore data received after close_connection end |