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