Sha256: 92c416fe66bb5b5c4c2b396941a6aa0049a52eb7d364506a6d3742b4579af993
Contents?: true
Size: 212 Bytes
Versions: 6766
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true original_handler = Pry.config.control_d_handler Pry.config.control_d_handler = proc do |pry_instance| Byebug.stop if Byebug.stoppable? original_handler.call(pry_instance) end
Version data entries
6,766 entries across 6,763 versions & 28 rubygems