Method: Cyc::Connection::DataBuffer#discard!

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

#discard!Object

Clears the buffer contents.



64
65
66
# File 'lib/cyc/connection/buffer.rb', line 64

def discard!
  @buffer.clear
end