diff options
| author | Jack Nagel | 2014-12-22 11:50:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-22 11:50:31 -0500 |
| commit | cef553491cc62bea37735e76e9d4742fd1d711ec (patch) | |
| tree | adadf61ed709071a15c3d5c33594f32525650148 /Library | |
| parent | d831473fe543560b637aa38e7ed1b77d5e542c1d (diff) | |
| download | brew-cef553491cc62bea37735e76e9d4742fd1d711ec.tar.bz2 | |
The class-level keg_only_reason is private API
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 |
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] |
