Question

I use pry with the standard editor vi. Whenever i type 'edit' inside pry, vi shows up. That's good.

And with "load 'file'" i can run a ruby file in the pry session but when i type edit, the content of the file is not available in the vi editor of the pry session.

Is there a way to load a ruby file directly in the editor within pry?

Was it helpful?

Solution

As mudasobwa pointed out:

It's simple like 'edit myfile.rb'

and I end up with vi editing the file requested.

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