Class: RubyJard::Commands::ExitCommand

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

Overview

Command used to exit program execution.

Instance Method Summary collapse

Instance Method Details

#processObject



20
21
22
# File 'lib/ruby_jard/commands/exit_command.rb', line 20

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