Module: Cyc::Connection
- Defined in:
- lib/cyc/connection/buffer.rb,
lib/cyc/connection/driver.rb,
lib/cyc/connection/socket.rb,
lib/cyc/connection/synchrony.rb
Overview
:nodoc:
Defined Under Namespace
Classes: ConnectionClient, DataBuffer, SocketDriver, SynchronyDriver
Constant Summary collapse
- EOL =
"\n"
Class Attribute Summary collapse
-
.driver ⇒ Object
The driver used to connect to the Cyc server.
Class Attribute Details
.driver ⇒ Object
The driver used to connect to the Cyc server.
8 9 10 |
# File 'lib/cyc/connection/driver.rb', line 8 def driver @driver end |