dependabot[bot] 55e5253ea3
build(deps-dev): bump rubocop-sorbet in /Library/Homebrew
Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.8.2...v0.8.3)

---
updated-dependencies:
- dependency-name: rubocop-sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 18:09:18 +00:00
..
2024-04-29 02:52:36 +00:00
2024-04-29 17:42:34 +01:00
2024-04-04 19:15:59 -07:00
2024-04-09 10:45:44 -04:00
2024-04-26 13:20:05 +02:00
2024-04-26 14:04:55 +02:00
2024-04-22 21:16:49 +02:00
2024-04-22 21:16:49 +02:00
2024-04-26 14:04:55 +02:00
2024-04-26 14:04:55 +02:00

Homebrew Ruby API

This is the 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!