From c02da2cdd73ac0de5f8d7ea64ddc6e0a74eb968c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 6 Dec 2014 11:27:03 +0000 Subject: formula.rb: add install method. Mostly for links in API documentation. --- Library/Homebrew/formula.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3