ConradIrwin / pry-rescue

Start a pry session whenever something goes wrong.
MIT License
852 stars 49 forks source link

"skip" command #121

Open singpolyma opened 3 years ago

singpolyma commented 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.