From 3654822f77d05f692f4beffe6a77d7452ec5100b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 27 Jun 2013 11:12:02 -0700 Subject: Add TODO to canonical_name --- Library/Homebrew/formula.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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? "/" -- cgit v1.2.3