From 3654822f77d05f692f4beffe6a77d7452ec5100b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 27 Jun 2013 11:12:02 -0700 Subject: [PATCH] Add TODO to canonical_name --- Library/Homebrew/formula.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 0930e43c1d..e5de938d2c 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? "/"