Class: Command::Version
- Inherits:
-
Object
- Object
- Command::Version
- Defined in:
- lib/cg/command/version.rb
Class Method Summary collapse
Class Method Details
.main(*args) ⇒ Object
5 6 7 |
# File 'lib/cg/command/version.rb', line 5 def self.main(*args) puts CG::VERSION end |