Make active_spec protected
This commit is contained in:
parent
bda3b4d91e
commit
50514678d1
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user