Method: Cyc::Client#thread_safe
- Defined in:
- lib/cyc/client.rb
#thread_safe ⇒ Object (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 |