Pry version: 0.9.12.4 on Ruby 2.1.0. これだけ pry(main)> disable-pry どんな機能かというと pry(main)> help disable-pry Usage: disable-pry After this command is run any further calls to pry will immediately return `nil` without interrupting the flow of your program. This is particularly useful when you've debugged the problem you were having, and now wish the program to run to the end. As alternatives, consider u