10 ms·
Pry knows its place, it doesn't pretend its a nice environment for writing real code - instead when you want to edit a method definition you type "edit-method m
by banister 14y ago
Pry knows its place, it doesn't pretend its a nice environment for writing real code - instead when you want to edit a method definition you type "edit-method my_method"[1] and pry will open the source file of that method in an editor and take you to the exact line where the method is found.
[1] https://github.com/pry/pry/wiki/Editor-integration https://github.com/pry/pry/wiki/Editor-integration