Misty De Meo 5adca2e33d Disable Style/DoubleNegation cop
As discussed in bbatsov/rubocop#3344, there are situations where
this is the shortest and most idiomatic way to convert a value
to a boolean - particularly for checking values which can be
nil or truthy.
2017-07-05 17:51:57 -07:00
..
2017-05-29 18:43:18 +01:00
2017-06-22 18:22:54 +01:00
2017-06-07 23:37:59 -05:00
2017-07-05 20:51:51 +02:00
2017-07-05 17:51:57 -07:00
2017-06-14 12:51:36 +02:00
2017-06-07 16:34:54 +01:00
2017-04-22 16:28:07 +01:00
2017-04-22 16:28:07 +01:00
2017-07-05 20:51:51 +02:00
2017-05-29 18:43:18 +01:00
2017-04-23 15:10:18 +01:00
2017-05-29 18:43:18 +01:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-30 20:25:18 +05:30
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-14 12:51:36 +02: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!