module Rigit::Commands::Build
The {Build} module provides the {#build} command for the {CommandLine} module.
Public Instance Methods
build()
click to toggle source
The command line build
command.
# File lib/rigit/commands/build.rb, line 7 def build BuildHandler.new(args).execute end