require "pry"
Pry.startIt’s useful to know that if you do any kind of setup, or initialize any variables, they will be available in the pry console as well.
Developer from somewhere
require "pry"
Pry.startIt’s useful to know that if you do any kind of setup, or initialize any variables, they will be available in the pry console as well.