Method: PryRemote::Client#kill

Defined in:
lib/pry-remote.rb

#killObject

Tells the client the session is terminated



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

def kill
  thread.run
end