Module: Rigit::Commands::Build

Included in:
Rigit::CommandLine
Defined in:
lib/rigit/commands/build.rb

Overview

The Build module provides the #build command for the Rigit::CommandLine module.

Defined Under Namespace

Classes: BuildHandler

Instance Method Summary collapse

Instance Method Details

#buildObject

The command line build command.



6
7
8
# File 'lib/rigit/commands/build.rb', line 6

def build
  BuildHandler.new(args).execute
end