summaryrefslogtreecommitdiff
path: root/lib/pry.rb
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-04-14 19:14:16 +0300
committerKyrylo Silin <silin@kyrylo.org>2019-04-15 00:08:24 +0300
commit95d3a74e9b22c44ea48ce870171640f0471db09b (patch)
tree5dae8107c718d96c11a0340d7b3c55a550fab0d0 /lib/pry.rb
parent9306e69bda2f44985944cbc162db4723cb8a0ec4 (diff)
downloadpry-exception-handler-refactoring.tar.gz
config: factor out exception_handler hook to a separate classexception-handler-refactoring
Diffstat (limited to 'lib/pry.rb')
-rw-r--r--lib/pry.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pry.rb b/lib/pry.rb
index 4596ed2c..1c972b7d 100644
--- a/lib/pry.rb
+++ b/lib/pry.rb
@@ -21,6 +21,7 @@ require 'pry/syntax_highlighter'
require 'pry/editor'
require 'pry/history'
require 'pry/color_printer'
+require 'pry/exception_handler'
Pry::Commands = Pry::CommandSet.new unless defined?(Pry::Commands)