Module: Rigit::Commands::Install
- Included in:
- Rigit::CommandLine
- Defined in:
- lib/rigit/commands/install.rb
Overview
The Install module provides the #install command for the Rigit::CommandLine module.
Defined Under Namespace
Classes: InstallHandler
Instance Method Summary collapse
-
#install ⇒ Object
The command line
installcommand.
Instance Method Details
#install ⇒ Object
The command line install command.
6 7 8 |
# File 'lib/rigit/commands/install.rb', line 6 def install InstallHandler.new(args).execute end |