Method: Cyc::Client#send_message
- Defined in:
- lib/cyc/client.rb
#send_message(message) ⇒ Object
Sends a raw message to the Cyc server. The user is responsible for receiving the answer by calling receive_answer or receive_raw_answer.
200 201 202 203 204 |
# File 'lib/cyc/client.rb', line 200 def () check_parenthesis() puts "Send: #{}" if @debug connection{|c| c.write()} end |