formula.rb: add install method.

Mostly for links in API documentation.
This commit is contained in:
Mike McQuaid 2014-12-06 11:27:03 +00:00
parent 858f7fb529
commit e7497e33c0

View File

@ -574,6 +574,9 @@ class Formula
protected
def install
end
# Pretty titles the command and buffers stdout/stderr
# Throws if there's an error
def system cmd, *args