質問

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