class POEditor::VersionCommand

Public Instance Methods

run(argv) click to toggle source
# File lib/poeditor/commands/version_command.rb, line 3
def run(argv)
  puts POEditor::VERSION
end