1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Insert missing "

This commit is contained in:
Conrad Irwin 2012-03-24 12:47:54 -07:00
parent afe900721b
commit 43bfa99dad

View file

@ -530,7 +530,7 @@ class Pry
puts "To fix this you may be able to pass input and output file descriptors to pry directly. e.g."
puts " Pry.config.input = STDIN"
puts " Pry.config.output = STDOUT"
puts " binding.pry
puts " binding.pry"
throw(:breakout)
end
end