aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-01-04 14:25:59 -0500
committerJack Nagel2015-01-04 14:25:59 -0500
commitfc34f7a76d9b670dd6da7ff3ed8035160bf4ffbc (patch)
treef4bf3ddbc8c99e280e74aa4cba6061ed7220fc00
parent3389c1e16ca662ef26cebffb44cb88e44669e9ad (diff)
downloadhomebrew-fc34f7a76d9b670dd6da7ff3ed8035160bf4ffbc.tar.bz2
Fix markup
-rw-r--r--Library/Homebrew/formula.rb6
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