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?

有帮助吗?

解决方案

As mudasobwa pointed out:

It's simple like 'edit myfile.rb'

and I end up with vi editing the file requested.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top