Frage

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?

War es hilfreich?

Lösung

As mudasobwa pointed out:

It's simple like 'edit myfile.rb'

and I end up with vi editing the file requested.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top