Class: Resedit::VersionCommand
- Inherits:
-
AppCommand
- Object
- AppCommand
- Resedit::VersionCommand
- 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 ⇒ VersionCommand
constructor
A new instance of VersionCommand.
- #job(params) ⇒ Object
Methods inherited from AppCommand
#addOption, #addParam, #log, #logd, #loge, #parseParams, #run
Constructor Details
#initialize ⇒ VersionCommand
Returns a new instance of VersionCommand.
6 7 8 |
# File 'lib/resedit/app/std_commands.rb', line 6 def initialize super(['version','--version']) end |