diff options
| author | Adam Vandenberg | 2013-06-27 11:12:02 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-29 09:40:54 -0700 |
| commit | a23d18bd13b25c312f32cd6cfb6d547fde828163 (patch) | |
| tree | 5228aeef7783f22a841938520f844e345d4957d7 /Library | |
| parent | 62c93b1889c0d95ee8ffa93753bb237ebebf76e5 (diff) | |
| download | homebrew-a23d18bd13b25c312f32cd6cfb6d547fde828163.tar.bz2 | |
Add TODO to canonical_name
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 |
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? "/" |
