aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-01-04 15:33:25 -0500
committerJack Nagel2015-01-04 15:33:25 -0500
commit8d0213ba255be1b3fe6340cbe18cb1c7e0e5a6e7 (patch)
tree4338089382c019255f1ef85386504f99dc7b4ac0 /Library
parentede360b1e3161e4f274382cc2692f361c5b98030 (diff)
downloadhomebrew-8d0213ba255be1b3fe6340cbe18cb1c7e0e5a6e7.tar.bz2
Make active_spec protected
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 6605ff0a7..98e8ba719 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -52,9 +52,9 @@ class Formula
attr_reader :head
# The currently active {SoftwareSpec}.
- # Defaults to stable unless `--devel` or `--HEAD` is passed.
- # @private
+ # @see #determine_active_spec
attr_reader :active_spec
+ protected :active_spec
# The {PkgVersion} for this formula with version and {#revision} information.
attr_reader :pkg_version