Module: Rigit::Commands::Update

Included in:
Rigit::CommandLine
Defined in:
lib/rigit/commands/update.rb

Defined Under Namespace

Classes: UpdateHandler

Instance Method Summary collapse

Instance Method Details

#updateObject



3
4
5
# File 'lib/rigit/commands/update.rb', line 3

def update
  UpdateHandler.new(args).execute
end