Xu Cheng d043b9d40f utils: improve disk_usage_readable
* Avoid parallel assignment.
* Avoid string manipulation.
2015-12-30 16:56:05 +08:00
..
2015-12-25 21:05:28 +00:00
2015-12-14 13:50:00 +01:00
2015-12-30 00:44:46 +01:00
2015-12-26 23:00:38 +01:00
2015-11-23 22:56:18 -08:00
2015-12-09 16:56:59 +08:00
2015-12-26 23:00:38 +01:00
2015-12-30 00:44:46 +01:00
2015-11-29 19:25:27 -08:00
2015-12-13 01:29:52 +08:00
2015-12-09 16:56:59 +08:00
2015-10-18 22:57:42 +08:00
2015-12-30 00:44:46 +01:00
2015-12-30 16:56:05 +08:00

Homebrew's Formula API

This is the (partially) documented 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!