I'm using binding.pry
in some Ruby code and I can't figure out how to get out of a long method that I don't want to be in.
I know n
for next line and c
for continue, but I can't get out of a method. I don't want to exit I just want to get out of the current method.
According to the documentation the command you are looking for is
f
:and shortcuts