Class: Credman::CLI::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Credman::CLI::Commands::Version
- Defined in:
- lib/credman/commands.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
114 115 116 |
# File 'lib/credman/commands.rb', line 114 def call(*) puts Credman::VERSION end |