From 10a1952d2cdcda5e5372fc86ffda33dcca24b894 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 18 Jun 2014 22:41:47 -0500 Subject: Only "extend self" once on the Homebrew module --- Library/Contributions/cmd/brew-which.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Contributions/cmd') 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 -- cgit v1.2.3