diff options
| author | Dominyk Tiller | 2014-12-16 02:19:40 +0000 |
|---|---|---|
| committer | Jack Nagel | 2014-12-16 00:41:07 -0500 |
| commit | 1c3a810830633d962c038eb8eff09b9f17c6b702 (patch) | |
| tree | b98dad12910bae95465c297ca99f792af4e4506a /share/doc | |
| parent | 2cb5da6916ff1c75a74c34316bd7d83fb6045063 (diff) | |
| download | brew-1c3a810830633d962c038eb8eff09b9f17c6b702.tar.bz2 | |
Documentation Updates
Some minor changes to reflect Homebrew/homebrew#34989, and other bits and pieces.
Closes Homebrew/homebrew#35023.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/homebrew/Formula-Cookbook.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index a1db39c0a..41bb00de8 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -96,8 +96,6 @@ This creates: And opens it in your `$EDITOR`. It'll look like: ```ruby -require "formula" - class Foo < Formula url "http://example.com/foo-0.1.tar.gz" homepage "" |
