Class: Uma::CLI::Version

Inherits:
Base
  • Object
show all
Defined in:
lib/uma/cli.rb

Instance Attribute Summary

Attributes inherited from Base

#argv, #env

Instance Method Summary collapse

Methods inherited from Base

#initialize, #print_message

Constructor Details

This class inherits a constructor from Uma::CLI::Base

Instance Method Details

#runObject



108
109
110
# File 'lib/uma/cli.rb', line 108

def run
  print_message(env[:io_out], "Uma version #{Uma::VERSION}")
end