Class: Blitz::Command::Version
- Inherits:
-
Blitz::Command
- Object
- Blitz::Command
- Blitz::Command::Version
- Defined in:
- lib/blitz/command/version.rb
Overview
:nodoc:
Constant Summary
Constants inherited from Blitz::Command
Instance Method Summary collapse
Methods included from Utils
Methods included from Helper
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 |