Method: PryExceptionExplorer.post_mortem
- Defined in:
- lib/pry-exception_explorer.rb
.post_mortem ⇒ Boolean Also known as: post_mortem?
Returns Whether exceptions are to be auto-rescued if they would terminate the program.
32 33 34 |
# File 'lib/pry-exception_explorer.rb', line 32 def post_mortem @post_mortem end |