Class: Nucleon::Util::CLI::Parser
- Inherits:
-
Object
- Object
- Nucleon::Util::CLI::Parser
- Defined in:
- bin/corl
Instance Method Summary collapse
Instance Method Details
#version ⇒ Object
13 14 15 16 |
# File 'bin/corl', line 13 def version version = CORL.VERSION "CORL: #{version} (Apache License, Version 2.0) -- https://github.com/coralnexus/corl/tree/v#{version}" end |