aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-12-06 11:27:03 +0000
committerMike McQuaid2014-12-08 12:41:50 +0000
commitc02da2cdd73ac0de5f8d7ea64ddc6e0a74eb968c (patch)
tree23d3e52a9bcc79c5f8c6deeda06784b260d55377 /Library/Homebrew/formula.rb
parentb159adfba36587a1f1ff5b296bb73f4b2b73a410 (diff)
downloadhomebrew-c02da2cdd73ac0de5f8d7ea64ddc6e0a74eb968c.tar.bz2
formula.rb: add install method.
Mostly for links in API documentation.
Diffstat (limited to 'Library/Homebrew/formula.rb')
-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