dependabot[bot] c3df7448b9
build(deps-dev): bump prism from 0.28.0 to 0.29.0 in /Library/Homebrew
Bumps [prism](https://github.com/ruby/prism) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ruby/prism/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: prism
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10 18:26:03 +00:00
..
2024-05-06 22:57:23 -04:00
2024-05-02 09:40:09 +02:00
2024-05-09 17:02:06 +00:00
2024-05-01 11:35:21 +02:00
2024-05-09 17:01:32 +00:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-09 20:14:16 -07:00
2024-05-02 09:40:09 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-09 13:10:37 +01:00
2024-05-10 11:48:56 -04:00
2024-05-01 11:35:21 +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!