Mike McQuaid 24b0639e27 audit: recommend use of assert_match.
It produces significantly easier output to debug than doing `assert` and
`.include?` (which just shows if it passed or failed).

Closes Homebrew/homebrew#41662.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-14 11:54:38 -07:00
..
2015-07-14 11:54:38 -07:00
2015-07-09 01:22:51 +01:00
2015-06-25 23:42:54 -04:00
2015-06-15 08:21:08 -07:00
2015-05-29 17:02:23 +08:00
2015-07-07 17:39:20 -07:00
2015-07-03 14:22:38 +08:00
2015-06-02 10:09:10 +01:00
2015-06-01 20:08:41 +08:00
2015-03-12 15:19:02 +00:00
2015-04-15 19:51:54 +08:00
2015-05-10 17:39:53 +08:00
2015-06-14 21:40:53 +08:00
2015-04-15 19:51:54 +08:00
2015-07-08 14:53:48 +01:00
2015-03-27 20:07:50 -04:00

Homebrew Public API

We're (finally) working on a documented public API for Homebrew. It's currently a work in progress; a bunch of public stuff is documented and a bunch of private stuff is undocumented. Sorry about that!

The main class you should look at is {Formula}. Assume everything else is private for now.