diff options
| author | Adam Vandenberg | 2012-02-29 21:45:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-29 21:45:47 -0800 |
| commit | 68efcdf67b42bfb34f903a4ca85dfb3f2daed2a7 (patch) | |
| tree | d58bc6eecf6e52c77ee2723c763063a80fb00989 | |
| parent | 8c0ff06f2a7a9b4d38a4f795990d723444c56cd4 (diff) | |
| download | homebrew-68efcdf67b42bfb34f903a4ca85dfb3f2daed2a7.tar.bz2 | |
Formula.rb: update a comment
| -rw-r--r-- | Library/Homebrew/formula.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 140158ce4..961077c09 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -797,14 +797,14 @@ EOF end end -# see ack.rb for an example usage +# See youtube-dl.rb for an example class ScriptFileFormula < Formula def install bin.install Dir['*'] end end -# see flac.rb for example usage +# See flac.rb for an example class GithubGistFormula < ScriptFileFormula def initialize name='__UNKNOWN__', path=nil super name, path |
