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
commitcef553491cc62bea37735e76e9d4742fd1d711ec (patch)
treeadadf61ed709071a15c3d5c33594f32525650148 /Library
parentd831473fe543560b637aa38e7ed1b77d5e542c1d (diff)
downloadbrew-cef553491cc62bea37735e76e9d4742fd1d711ec.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]