Method: PryExceptionExplorer::Intercept#skip
- Defined in:
- lib/pry-exception_explorer/intercept.rb
- (PryExceptionExplorer::Intercept) skip(num)
The receiver
33 |
# File 'lib/pry-exception_explorer/intercept.rb', line 33 def skip(num) tap { @skip_num = num } end |