Method: Cyc::Connection::ConnectionClient#read

Defined in:
lib/cyc/connection/synchrony.rb

#readObject



42
43
44
# File 'lib/cyc/connection/synchrony.rb', line 42

def read
  EventMachine::Synchrony.sync @req.last unless @req.empty?
end