diff options
| author | Jack Nagel | 2014-06-18 22:41:47 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-19 13:10:36 -0500 |
| commit | 10a1952d2cdcda5e5372fc86ffda33dcca24b894 (patch) | |
| tree | 6b4b620b1dc9295b6ef70058ecccab4fd254d32d /Library/Homebrew/cmd/install.rb | |
| parent | 1cd31db1a84a3d08b02abad44989eb1a3960e0ff (diff) | |
| download | brew-10a1952d2cdcda5e5372fc86ffda33dcca24b894.tar.bz2 | |
Only "extend self" once on the Homebrew module
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index ca228e338..f0fd9f766 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -5,7 +5,7 @@ require "cmd/tap" require "formula_installer" require "hardware" -module Homebrew extend self +module Homebrew def install raise FormulaUnspecifiedError if ARGV.named.empty? |
