Class: Codeowners::CLI::Commands::Version

Inherits:
Command
  • Object
show all
Defined in:
lib/codeowners/cli.rb

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from Codeowners::CLI::Commands::Command

Instance Method Details

#callObject



24
25
26
# File 'lib/codeowners/cli.rb', line 24

def call(*)
  out.puts "v#{Codeowners::VERSION}"
end