Method: Cyc::Connection::SocketDriver.type

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

.typeObject

The type of the driver, i.e. :socket.



16
# File 'lib/cyc/connection/socket.rb', line 16

def self.type; :socket; end