Class: Kaze::Commands::VersionCommand
- Inherits:
-
Thor
- Object
- Thor
- Kaze::Commands::VersionCommand
- Defined in:
- lib/kaze/commands/version_command.rb
Instance Method Summary collapse
Instance Method Details
#version ⇒ Object
3 4 5 |
# File 'lib/kaze/commands/version_command.rb', line 3 def version puts Kaze::VERSION end |