Class: Umwelt::CLI::Commands::Version

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

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
# File 'lib/umwelt/cli/commands/version.rb', line 5

def call(*)
  puts Umwelt::VERSION
end