specialties: point to valid examples

This commit is contained in:
Adam Vandenberg 2013-06-06 16:26:23 -07:00
parent fb83fc7bc4
commit 6c6bbc702c

View File

@ -1,13 +1,13 @@
# Base classes for specialized types of formulae.
# See youtube-dl.rb for an example
# See chcase for an example
class ScriptFileFormula < Formula
def install
bin.install Dir['*']
end
end
# See flac.rb for an example
# See browser for an example
class GithubGistFormula < ScriptFileFormula
def initialize name='__UNKNOWN__', path=nil
url = self.class.stable.url