Class: Aspen::CLI::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/aspen/cli/commands/version.rb

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
# File 'lib/aspen/cli/commands/version.rb', line 8

def call(*)
  puts Aspen::VERSION
end