Method: PryRemote::Client#kill

Defined in:
lib/pry-remote.rb

#killObject

Tells the client the session is terminated



125
126
127
# File 'lib/pry-remote.rb', line 125

def kill
  thread.run
end