We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c447699 + bd009e1 commit e6f7480Copy full SHA for e6f7480
lib/better_errors/repl/pry.rb
@@ -36,8 +36,8 @@ def initialize(binding)
36
@fiber = Fiber.new do
37
@pry.repl binding
38
end
39
- @input = Input.new
40
- @output = Output.new
+ @input = BetterErrors::REPL::Pry::Input.new
+ @output = BetterErrors::REPL::Pry::Output.new
41
@pry = ::Pry.new input: @input, output: @output
42
@pry.hooks.clear_all if defined?(@pry.hooks.clear_all)
43
@fiber.resume
0 commit comments