mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Insert missing "
This commit is contained in:
parent
afe900721b
commit
43bfa99dad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue