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/Homebrew/cmd/info.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd/info.rb') diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index 7063fd60c..9c2aad5a0 100644 --- a/Library/Homebrew/cmd/info.rb +++ b/Library/Homebrew/cmd/info.rb @@ -5,7 +5,7 @@ require 'caveats' require 'blacklist' require 'utils/json' -module Homebrew extend self +module Homebrew def info # eventually we'll solidify an API, but we'll keep old versions # awhile around for compatibility -- cgit v1.2.3