Class: PryByebug::BacktraceCommand
- Inherits:
-
Pry::ClassCommand
- Object
- Pry::ClassCommand
- PryByebug::BacktraceCommand
- Includes:
- Helpers::Navigation
- Defined in:
- lib/pry-byebug/commands/backtrace.rb
Overview
Display the current stack
Instance Method Summary collapse
Methods included from Helpers::Navigation
Instance Method Details
#process ⇒ Object
23 24 25 26 27 |
# File 'lib/pry-byebug/commands/backtrace.rb', line 23 def process PryByebug.check_file_context(target) :backtrace end |