Method: PryExceptionExplorer::Intercept#skip_while_block
- Defined in:
- lib/pry-exception_explorer/intercept.rb
- (Proc) skip_while_block (readonly)
The block that defines the frames to skip.
12 13 14 |
# File 'lib/pry-exception_explorer/intercept.rb', line 12 def skip_while_block @skip_while_block end |