Formula: remove specs accessor

This information is only used by the downloader, no need to expose it.
This commit is contained in:
Jack Nagel 2013-05-16 15:25:46 -05:00
parent 65775e4318
commit 460e805592

View File

@ -91,7 +91,6 @@ class Formula
def url; active_spec.url; end def url; active_spec.url; end
def version; active_spec.version; end def version; active_spec.version; end
def specs; active_spec.specs; end
def mirrors; active_spec.mirrors; end def mirrors; active_spec.mirrors; end
# if the dir is there, but it's empty we consider it not installed # if the dir is there, but it's empty we consider it not installed