Pry

Learn the usage of Pry and how we can add Pry gems to our Gemfile.

Symbolic debuggers

Author’s note: Once upon a time, I was fans of development environments that had big fancy symbolic debuggers that let us set breakpoints and watch variables and step through the code. I was young and programming in Java, a language that had large integrated development environments.

When I started using TDD, ...