aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/unpin.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-18 22:41:47 -0500
committerJack Nagel2014-06-19 13:10:36 -0500
commit10a1952d2cdcda5e5372fc86ffda33dcca24b894 (patch)
tree6b4b620b1dc9295b6ef70058ecccab4fd254d32d /Library/Homebrew/cmd/unpin.rb
parent1cd31db1a84a3d08b02abad44989eb1a3960e0ff (diff)
downloadbrew-10a1952d2cdcda5e5372fc86ffda33dcca24b894.tar.bz2
Only "extend self" once on the Homebrew module
Diffstat (limited to 'Library/Homebrew/cmd/unpin.rb')
-rw-r--r--Library/Homebrew/cmd/unpin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/unpin.rb b/Library/Homebrew/cmd/unpin.rb
index 4da280eef..9e8db4d7d 100644
--- a/Library/Homebrew/cmd/unpin.rb
+++ b/Library/Homebrew/cmd/unpin.rb
@@ -1,6 +1,6 @@
require 'formula'
-module Homebrew extend self
+module Homebrew
def unpin
raise FormulaUnspecifiedError if ARGV.named.empty?