Class: RubyJard::Commands::ExitCommand
- Inherits:
-
Pry::ClassCommand
- Object
- Pry::ClassCommand
- RubyJard::Commands::ExitCommand
- Defined in:
- lib/ruby_jard/commands/exit_command.rb
Overview
Command used to exit program execution.
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
20 21 22 |
# File 'lib/ruby_jard/commands/exit_command.rb', line 20 def process RubyJard::ControlFlow.dispatch(:exit) end |