module Rigit::Commands::Install

The {Install} module provides the {#install} command for the {CommandLine} module.

Public Instance Methods

install() click to toggle source

The command line install command.

# File lib/rigit/commands/install.rb, line 6
def install
  InstallHandler.new(args).execute
end