Method: Cyc::Connection::ConnectionClient#post_init
- Defined in:
- lib/cyc/connection/synchrony.rb
#post_init ⇒ Object
10 11 12 13 14 |
# File 'lib/cyc/connection/synchrony.rb', line 10 def post_init @req = [] @connected = false @buffer = DataBuffer.new end |