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
13 14 15 16 17 18 19 20 |
# File 'lib/avm/git/runners/base/subrepo/fix.rb', line 13 def run loop do break if fix amend_each rebase_fixup end end |