Method: PryRemote::Client#kill
- Defined in:
- lib/pry-remote.rb
#kill ⇒ Object
Tells the client the session is terminated
125 126 127 |
# File 'lib/pry-remote.rb', line 125 def kill thread.run end |
Tells the client the session is terminated
125 126 127 |
# File 'lib/pry-remote.rb', line 125 def kill thread.run end |