Make active_spec protected

This commit is contained in:
Jack Nagel 2015-01-04 15:33:25 -05:00
parent bda3b4d91e
commit 50514678d1

View File

@ -52,9 +52,9 @@ class Formula
attr_reader :head attr_reader :head
# The currently active {SoftwareSpec}. # The currently active {SoftwareSpec}.
# Defaults to stable unless `--devel` or `--HEAD` is passed. # @see #determine_active_spec
# @private
attr_reader :active_spec attr_reader :active_spec
protected :active_spec
# The {PkgVersion} for this formula with version and {#revision} information. # The {PkgVersion} for this formula with version and {#revision} information.
attr_reader :pkg_version attr_reader :pkg_version