Shaun Jackman f59c417909 test/cmd/uninstall: Prevent can't modify frozen object
Fix the error:
  RuntimeError:
    can't modify frozen object
  # ./test/cmd/uninstall_spec.rb:63:in `block (3 levels) in <top (required)>'

This issue arose after merging PR https://github.com/Homebrew/brew/pull/5300.
2018-12-12 11:52:28 -08:00
..
2018-12-05 02:09:20 +01:00
2018-12-04 10:47:38 -05:00
2018-11-05 12:41:51 +08:00
2018-11-02 17:29:23 +00:00
2018-11-24 11:21:52 +00:00
2018-11-12 05:01:33 +01:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-10-03 21:21:05 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:26 +00:00
2018-11-08 15:54:47 +00:00
2018-11-02 17:29:23 +00:00
2018-09-28 14:01:09 -07:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-11-02 17:29:23 +00:00
2018-10-19 16:38:41 +01:00
2018-09-17 03:45:59 +02:00
2018-11-02 17:29:23 +00:00
2018-11-08 15:54:47 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-11-02 17:29:23 +00: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!