class PryRemote::Server

def teardown_with_pry_byebug

def teardown_with_pry_byebug
  return if @torn
  teardown_without_pry_byebug
  PryByebug.current_remote_server = nil
  @torn = true
end