Ins And Outs Of Pry
Last updated
Was this helpful?
Last updated
Was this helpful?
When executing commands during a session, you'll see an incrementing number for each prompt as you enter each statement. These numbers can be used to look up the inputs and outputs of each statement executed during the session. The statements and their results are made available in the array-like _in_
and _out_
objects.