IRB is a great tool and is perfect for experimenting with small code samples and testing out new ideas. It has some difficulty however when the code samples become a bit larger or youâd like to start an IRB session half-way through a method, for example. Pry, in some sense, is IRB turned on its head. Instead of having to bring your code to a REPL session (as with IRB) you instead bring a REPL sess

{{#tags}}- {{label}}
{{/tags}}