Question

I've seen answers to this question for irb, but not for pry specifically.

So, is it possible to save a log of a pry session?

Was it helpful?

Solution

You can use the save option to save your session to a file.

OTHER TIPS

It is now:

http://www.github.com/baweaver/pry-session

This will allow for saving sessions in Pry, loading, editing, and listing them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top