Method: Chatterbot::Client#reset_client
- Defined in:
- lib/chatterbot/client.rb
#reset_client ⇒ Object
Re-initialize with Twitter, handy during the auth process
120 121 122 123 |
# File 'lib/chatterbot/client.rb', line 120 def reset_client @client = nil init_client end |