Class: Avm::Tools::Runner::Git::AutoFixup

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

Instance Method Summary collapse

Instance Method Details

#runObject



20
21
22
23
24
# File 'lib/avm/tools/runner/git/auto_fixup.rb', line 20

def run
  files.each do |file|
    ::Avm::Git::FileAutoFixup.new(runner_context.call(:git), file, file_options).run
  end
end