Sha256: cd550493a865a5bc93bc64295de9e51e03ce53ffc742c740dbf56c905f5c13f4
Contents?: true
Size: 273 Bytes
Versions: 7
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true require "byebug/processors/pry_processor" class << Pry::REPL alias start_without_pry_byebug start def start_with_pry_byebug(_ = {}) Byebug::PryProcessor.start unless ENV["DISABLE_PRY"] end alias start start_with_pry_byebug end
Version data entries
7 entries across 7 versions & 4 rubygems