|
|
|
|
|
by banister
5109 days 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 |
|