Libraries
»
codegears
(0.0.2)
»
Index (V)
»
Command
»
Version
Class: Command::Version
Inherits:
Object
Object
Command::Version
show all
Defined in:
lib/cg/command/version.rb
Class Method Summary
collapse
.
main
(*args) ⇒ Object
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