aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-22 11:50:31 -0500
committerJack Nagel2014-12-22 11:50:31 -0500
commitc810a3b4535edd4954a526b29d35cbd347da1e02 (patch)
tree29a62690d8769491fec6e7177474b2b24604c7dc /Library
parentdc531507e9f5158e900c5cea138ee149d107375f (diff)
downloadhomebrew-c810a3b4535edd4954a526b29d35cbd347da1e02.tar.bz2
The class-level keg_only_reason is private API
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 2ef9d6298..14ab534ae 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -725,6 +725,7 @@ class Formula
# The reason for why this software is not linked (by default) to
# {::HOMEBREW_PREFIX}.
+ # @api private
attr_reader :keg_only_reason
# @!attribute [rw]