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
-
#build ⇒ Object
The command line
buildcommand.
Instance Method Details
#build ⇒ Object
The command line build command.
6 7 8 |
# File 'lib/rigit/commands/build.rb', line 6 def build BuildHandler.new(args).execute end |