Class: Codeowners::CLI::Commands::Version
- Defined in:
- lib/codeowners/cli.rb
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Codeowners::CLI::Commands::Command
Instance Method Details
#call ⇒ Object
24 25 26 |
# File 'lib/codeowners/cli.rb', line 24 def call(*) out.puts "v#{Codeowners::VERSION}" end |