In Rails, when I'm using pry, how do I refer to a variable called
frame
frame
According to pry documentation: https://github.com/pry/pry/wiki/Command-system#Invoking_commands, you need to prefix the ruby code with a semicolon, so pry wouldn't interpret it as a command, like ;frame