Method: TweetStream::Client#stop

Defined in:
lib/tweetstream/client.rb

#stopObject

Terminate the currently running TweetStream and close EventMachine loop



460
461
462
463
# File 'lib/tweetstream/client.rb', line 460

def stop
  EventMachine.stop_event_loop
  @last_status
end