Method: Cyc::Connection::DataBuffer#initialize
- Defined in:
- lib/cyc/connection/buffer.rb
#initialize ⇒ DataBuffer
Initializes an empty buffer.
31 32 33 |
# File 'lib/cyc/connection/buffer.rb', line 31 def initialize @buffer = "" end |