module Rigit::Commands::NewRig

The {NewRIg} module provides the {#new_rig} command for the {CommandLine} module.

Public Instance Methods

new_rig() click to toggle source

The command line new command.

# File lib/rigit/commands/new_rig.rb, line 7
def new_rig
  NewRigHandler.new(args).execute
end