Class: UppityRobot::CLI::Commands::Version

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

Overview

UppityRobot::CLI::Commands::Version prints version

Instance Method Summary collapse

Instance Method Details

#callObject



10
11
12
# File 'lib/uppityrobot/cli/commands/version.rb', line 10

def call(*)
  puts UppityRobot::VERSION
end