Class: POEditor::VersionCommand
- Inherits:
-
Object
- Object
- POEditor::VersionCommand
- Defined in:
- lib/poeditor/commands/version_command.rb
Instance Method Summary collapse
Instance Method Details
#run(argv) ⇒ Object
3 4 5 |
# File 'lib/poeditor/commands/version_command.rb', line 3 def run(argv) puts POEditor::VERSION end |