Class: Blitz::Command::Version

Inherits:
Blitz::Command show all
Defined in:
lib/blitz/command/version.rb

Overview

:nodoc:

Constant Summary

Constants inherited from Blitz::Command

Api

Instance Method Summary collapse

Methods included from Utils

#shift

Methods included from Helper

#ask, #error, #msg

Instance Method Details

#cmd_default(argv) ⇒ Object



4
5
6
# File 'lib/blitz/command/version.rb', line 4

def cmd_default argv
    msg "v#{::Blitz::Version}"
end