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
commit50514678d1189c6534c7b02091b30fccdbb6bfed (patch)
treef1bc7caf5a13852dc9f7f78a92207c1c8014d787 /Library
parentbda3b4d91e9dc1cdafb09486e768b45bd444d5dc (diff)
downloadbrew-50514678d1189c6534c7b02091b30fccdbb6bfed.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