Sha256: ece9e69e758031dbcb0b5cc37d5b6c48146d97fab36e576f73275cdb67d0d08b
Contents?: true
Size: 238 Bytes
Versions: 6
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true original_handler = Pry.config.control_d_handler Pry.config.control_d_handler = proc do |eval_string, pry_instance| Byebug.stop if Byebug.stoppable? original_handler.call(eval_string, pry_instance) end
Version data entries
6 entries across 6 versions & 5 rubygems