Class: Nucleon::Util::CLI::Parser

Inherits:
Object
  • Object
show all
Defined in:
bin/corl

Instance Method Summary collapse

Instance Method Details

#versionObject



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