aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tab.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-22 13:16:16 -0500
committerJack Nagel2014-03-22 13:16:16 -0500
commit543f2a68e9c9fbda3e75f4c4883fef1248cb83f9 (patch)
tree2f2ba124561eec37260db96ec3b4b4b44cf60fb8 /Library/Homebrew/tab.rb
parent26c93c95446976da121ad76929f2224d3088bf1f (diff)
downloadbrew-543f2a68e9c9fbda3e75f4c4883fef1248cb83f9.tar.bz2
Don't send, just call the method directly
Diffstat (limited to 'Library/Homebrew/tab.rb')
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index dd9bbb369..ed729a706 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -124,7 +124,7 @@ class Tab < OpenStruct
:poured_from_bottle => poured_from_bottle,
:tapped_from => tapped_from,
:time => time,
- :HEAD => send("HEAD"),
+ :HEAD => self.HEAD,
:stdlib => (stdlib.to_s if stdlib),
:compiler => (compiler.to_s if compiler)})
end