diff options
| author | Mike McQuaid | 2014-12-06 11:27:03 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-08 12:41:50 +0000 |
| commit | e7497e33c0b02c0290721be7075b0c0473459d65 (patch) | |
| tree | 4936116aa5b379c6444195d1fb3b25c6a92ac904 /Library | |
| parent | 858f7fb5297b141e6ec05d15b532b40926b23545 (diff) | |
| download | brew-e7497e33c0b02c0290721be7075b0c0473459d65.tar.bz2 | |
formula.rb: add install method.
Mostly for links in API documentation.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 3 |
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 |
