Class: Resedit::ExitCommand
- Inherits:
-
AppCommand
- Object
- AppCommand
- Resedit::ExitCommand
- Defined in:
- lib/resedit/app/std_commands.rb
Instance Attribute Summary
Attributes inherited from AppCommand
#names, #ohash, #opts, #params, #type
Instance Method Summary collapse
-
#initialize ⇒ ExitCommand
constructor
A new instance of ExitCommand.
- #job(params) ⇒ Object
Methods inherited from AppCommand
#addOption, #addParam, #log, #logd, #loge, #parseParams, #run
Constructor Details
#initialize ⇒ ExitCommand
Returns a new instance of ExitCommand.
15 16 17 |
# File 'lib/resedit/app/std_commands.rb', line 15 def initialize super(['quit','q', 'exit']) end |