Jonathan Chang ff645884fb
Merge pull request #9085 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6040
build(deps): bump sorbet from 0.5.6036 to 0.5.6040 in /Library/Homebrew
2020-11-09 19:39:08 +11:00
..
2020-10-10 14:59:39 +02:00
2020-11-09 00:42:36 +00:00
2020-11-08 23:25:52 +11:00
2020-10-29 21:13:26 +11:00
2020-10-11 00:30:09 +02:00
2020-09-11 10:29:22 +01:00
2020-11-06 00:16:35 -05:00
2020-10-10 14:59:39 +02:00
2020-10-12 09:23:49 +01:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-11-06 00:16:35 -05:00
2020-10-10 14:59:39 +02:00
2020-10-09 16:45:13 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-11-05 23:50:55 -05:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-19 22:10:21 +02:00
2020-10-10 14:59:39 +02:00
2020-11-05 23:50:55 -05:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-11-04 18:53:03 -05:00
2020-11-05 00:53:12 -05:00

Homebrew's Formula API

This is the public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!