diff options
| author | Mike McQuaid | 2014-12-06 11:27:03 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-08 12:41:50 +0000 | 
| commit | c02da2cdd73ac0de5f8d7ea64ddc6e0a74eb968c (patch) | |
| tree | 23d3e52a9bcc79c5f8c6deeda06784b260d55377 /Library/Homebrew/formula.rb | |
| parent | b159adfba36587a1f1ff5b296bb73f4b2b73a410 (diff) | |
| download | homebrew-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.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  | 
