diff options
| author | Jack Nagel | 2015-01-04 14:25:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-04 14:25:59 -0500 |
| commit | fc34f7a76d9b670dd6da7ff3ed8035160bf4ffbc (patch) | |
| tree | f4bf3ddbc8c99e280e74aa4cba6061ed7220fc00 /Library/Homebrew | |
| parent | 3389c1e16ca662ef26cebffb44cb88e44669e9ad (diff) | |
| download | homebrew-fc34f7a76d9b670dd6da7ff3ed8035160bf4ffbc.tar.bz2 | |
Fix markup
Diffstat (limited to 'Library/Homebrew')
| -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 |
