6 ms·
If you use Pry's `edit-method some_object.some_method`[1] you can actually open the method in an editor and it'll even fast forward the cursor to the first line
by banister 14y ago
If you use Pry's `edit-method some_object.some_method`[1] you can actually open the method in an editor and it'll even fast forward the cursor to the first line of the method.
[1] https://github.com/pry/pry/wiki/Editor-integration#wiki-Edit_method https://github.com/pry/pry/wiki/Editor-integration#wiki-Edit...