Class: RubyJard::Commands::ListCommand

Inherits:
Pry::ClassCommand
  • Object
show all
Defined in:
lib/ruby_jard/commands/list_command.rb

Overview

Command used to explore stacktrace.

Instance Method Summary collapse

Instance Method Details

#processObject



22
23
24
# File 'lib/ruby_jard/commands/list_command.rb', line 22

def process
  RubyJard::ControlFlow.dispatch(:list)
end