Class: RubyJard::Commands::ListCommand
- Inherits:
-
Pry::ClassCommand
- Object
- Pry::ClassCommand
- RubyJard::Commands::ListCommand
- Defined in:
- lib/ruby_jard/commands/list_command.rb
Overview
Command used to explore stacktrace.
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
22 23 24 |
# File 'lib/ruby_jard/commands/list_command.rb', line 22 def process RubyJard::ControlFlow.dispatch(:list) end |