Class: Avm::Tools::Runner::Git::Subrepo::Fix
- Defined in:
- lib/avm/tools/runner/git/subrepo/fix.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
16 17 18 19 20 21 22 23 |
# File 'lib/avm/tools/runner/git/subrepo/fix.rb', line 16 def run loop do break if fix amend_each rebase_fixup end end |