diff options
Diffstat (limited to 'Library/Contributions/cmd/brew-which.rb')
| -rwxr-xr-x | Library/Contributions/cmd/brew-which.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-which.rb b/Library/Contributions/cmd/brew-which.rb index fede4f888..870ff67a5 100755 --- a/Library/Contributions/cmd/brew-which.rb +++ b/Library/Contributions/cmd/brew-which.rb @@ -1,7 +1,6 @@ require 'extend/pathname' - -module Homebrew extend self +module Homebrew def which_versions which_brews=nil brew_links = Array.new version_map = Hash.new |
