diff options
| author | Jack Nagel | 2015-01-04 14:25:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-04 14:25:59 -0500 |
| commit | 85dfece16831c78652451be61ea9f4815712603b (patch) | |
| tree | 43927306f6b7efd59de143f16a7d4227563d12e6 /Library | |
| parent | 6eb0b3505bda1f31f31a364296d451e485d98fc7 (diff) | |
| download | brew-85dfece16831c78652451be61ea9f4815712603b.tar.bz2 | |
Fix markup
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index f5439ec1f..62a3c389c 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -235,13 +235,13 @@ class Formula # @deprecated # The `LinkedKegs` directory for this {Formula}. - # You probably want {.opt_prefix} instead. + # You probably want {#opt_prefix} instead. def linked_keg Pathname.new("#{HOMEBREW_LIBRARY}/LinkedKegs/#{name}") end - # The latest prefix for this formula. Checks for {#head}, then #{devel} - # and then #{stable}'s #{.prefix} + # The latest prefix for this formula. Checks for {#head}, then {#devel} + # and then {#stable}'s {#prefix} def installed_prefix if head && (head_prefix = prefix(head.version)).directory? head_prefix |
