From fc34f7a76d9b670dd6da7ff3ed8035160bf4ffbc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 4 Jan 2015 14:25:59 -0500 Subject: Fix markup --- Library/Homebrew/formula.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3