Class: PryByebug::DownCommand
- Inherits:
-
Pry::ClassCommand
- Object
- Pry::ClassCommand
- PryByebug::DownCommand
- Includes:
- Helpers::Navigation
- Defined in:
- lib/pry-byebug/commands/down.rb
Overview
Travel down the frame stack
Instance Method Summary collapse
Methods included from Helpers::Navigation
Instance Method Details
#process ⇒ Object
27 28 29 30 31 |
# File 'lib/pry-byebug/commands/down.rb', line 27 def process PryByebug.check_file_context(target) :down, times: args.first end |