aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-12-06 11:27:03 +0000
committerMike McQuaid2014-12-08 12:41:50 +0000
commite7497e33c0b02c0290721be7075b0c0473459d65 (patch)
tree4936116aa5b379c6444195d1fb3b25c6a92ac904 /Library
parent858f7fb5297b141e6ec05d15b532b40926b23545 (diff)
downloadbrew-e7497e33c0b02c0290721be7075b0c0473459d65.tar.bz2
formula.rb: add install method.
Mostly for links in API documentation.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 49320a673..9554c424c 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -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