Class: Trixie::CLI::Version

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

Overview

rubocop:disable Style/Documentation

Instance Method Summary collapse

Instance Method Details

#callObject



33
34
35
# File 'lib/trixie/cli.rb', line 33

def call(*)
  puts Trixie::VERSION
end