Libraries
»
aspen-cli
(0.1.2)
»
Index (V)
»
Aspen
»
CLI
»
Commands
»
Version
Class: Aspen::CLI::Commands::Version
Inherits:
Dry::CLI::Command
Object
Dry::CLI::Command
Aspen::CLI::Commands::Version
show all
Defined in:
lib/aspen/cli/commands/version.rb
Instance Method Summary
collapse
#
call
⇒ Object
Instance Method Details
#
call
⇒
Object
8 9 10
# File 'lib/aspen/cli/commands/version.rb', line 8
def
call
(
*
)
puts
Aspen
::
VERSION
end