What is Pry?
Aug 22, 2022 · 1 min read · Pry is a REPL (Read, Evaluate, Print, Loop) that pauses your code wherever inserted and allows you to test/debug. When your code gets to the ‘pry’ it will freeze and your terminal will turn into a REPL right in the middle of your program. Using Pry T...
Join discussion



