Class: Avm::Tools::Runner::Git::Subrepo::Fix

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/tools/runner/git/subrepo/fix.rb

Instance Method Summary collapse

Instance Method Details

#runObject



20
21
22
23
24
25
26
27
# File 'lib/avm/tools/runner/git/subrepo/fix.rb', line 20

def run
  loop do
    break if fix

    amend_each
    rebase_fixup
  end
end