Method: Cyc::Client#thread_safe

Defined in:
lib/cyc/client.rb

#thread_safeObject (readonly) Also known as: thread_safe?

true if the client is thread safe.



47
48
49
# File 'lib/cyc/client.rb', line 47

def thread_safe
  @thread_safe
end