Class: POEditor::VersionCommand

Inherits:
Object
  • Object
show all
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