Class: Packwerk::Commands::VersionCommand

Inherits:
BaseCommand
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/packwerk/commands/version_command.rb

Instance Method Summary collapse

Methods inherited from BaseCommand

description, #initialize

Constructor Details

This class inherits a constructor from Packwerk::Commands::BaseCommand

Instance Method Details

#runObject



12
13
14
15
# File 'lib/packwerk/commands/version_command.rb', line 12

def run
  out.puts(Packwerk::VERSION)
  true
end