keg_relocate: refactor relocate_text_files
Replace relocate_text_files with three methods that clarify intent: replace_locations_with_placeholders, replace_placeholders_with_locations and replace_text_in_files, the first two calling the third.
Showing
- Library/Homebrew/dev-cmd/bottle.rb 2 additions, 10 deletionsLibrary/Homebrew/dev-cmd/bottle.rb
- Library/Homebrew/formula_installer.rb 4 additions, 10 deletionsLibrary/Homebrew/formula_installer.rb
- Library/Homebrew/keg_relocate.rb 26 additions, 6 deletionsLibrary/Homebrew/keg_relocate.rb
- Library/Homebrew/tab.rb 1 addition, 4 deletionsLibrary/Homebrew/tab.rb
- Library/Homebrew/test/test_tab.rb 1 addition, 1 deletionLibrary/Homebrew/test/test_tab.rb
Loading
Please register or sign in to comment