Open singpolyma opened 3 years ago
It would be really nice to have a skip command that would cause the current Pry.rescue call to return nil instead of always either try-again or re-raise.
skip
Pry.rescue
It would be really nice to have a
skip
command that would cause the currentPry.rescue
call to return nil instead of always either try-again or re-raise.