Class: Avm::Git::Runners::Base::Subrepo::Fix
- Inherits:
-
Object
- Object
- Avm::Git::Runners::Base::Subrepo::Fix
- Defined in:
- lib/avm/git/runners/base/subrepo/fix.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
20 21 22 23 24 25 26 27 |
# File 'lib/avm/git/runners/base/subrepo/fix.rb', line 20 def run loop do break if fix amend_each rebase_fixup end end |