diff options
| author | Mike McQuaid | 2016-09-23 19:35:15 +0100 |
|---|---|---|
| committer | GitHub | 2016-09-23 19:35:15 +0100 |
| commit | dd393c73ed176450d4e825ecd831912b3b15f097 (patch) | |
| tree | 8f109d4897495d64e0b247bc24cc4de404da890e /Library/Homebrew/compilers.rb | |
| parent | 8724e11a6b5805dffee7133526bf5457c0a5d02a (diff) | |
| parent | e851c9bf6c3adda268f1a307d6b49acb1ad1852d (diff) | |
| download | brew-dd393c73ed176450d4e825ecd831912b3b15f097.tar.bz2 | |
Merge pull request #1106 from reitermarkus/rubocop
Even more RuboCop changes.
Diffstat (limited to 'Library/Homebrew/compilers.rb')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 940566643..6330db283 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -18,7 +18,7 @@ class CompilerFailure # Allows Apple compiler `fails_with` statements to keep using `build` # even though `build` and `version` are the same internally - alias_method :build, :version + alias build version # The cause is no longer used so we need not hold a reference to the string def cause(_); end |
