aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-27 11:12:02 -0700
committerAdam Vandenberg2013-06-29 09:40:54 -0700
commit3654822f77d05f692f4beffe6a77d7452ec5100b (patch)
tree235aee600a2d2999eb5d1ab1bae32f078137c565 /Library
parenta6777838d44c66fa6c5051af3b43cd6e596a502b (diff)
downloadbrew-3654822f77d05f692f4beffe6a77d7452ec5100b.tar.bz2
Add TODO to canonical_name
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 0930e43c1..e5de938d2 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -356,6 +356,7 @@ class Formula
Dir["#{HOMEBREW_REPOSITORY}/Library/Aliases/*"].map{ |f| File.basename f }.sort
end
+ # TODO - document what this returns and why
def self.canonical_name name
# if name includes a '/', it may be a tap reference, path, or URL
if name.include? "/"