Class: Packwerk::Commands::VersionCommand

Inherits:
BaseCommand
  • Object
show all
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

: -> bool



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

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