Class: Avm::Git::FileAutoFixup
Defined Under Namespace
Classes: CommitDelegator
Constant Summary collapse
- COMMITS_SEARCH_INTERVAL =
'origin/master..HEAD'
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
17 18 19 20 |
# File 'lib/avm/git/file_auto_fixup.rb', line 17 def run run_commit || warn("No rule returned commit information for \"#{path}\"") end |