diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 49096c1a3f..07692ff894 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -29,29 +29,13 @@ class AbstractFormula require 'find' require 'fileutils' - # fuck knows, ruby is weird - # TODO please fix! - def self.url - @url +private + class <