From f0f59659dd9b7c9b4c52ae23446c0e7d7918a0fc Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 11 Sep 2009 14:22:46 +0100 Subject: [PATCH] Overriding Object.class was not my intention Renamed to Formula::class_s. --- Library/Homebrew/brew.h.rb | 2 +- Library/Homebrew/formula.rb | 4 ++-- Library/Homebrew/unittest.rb | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 8b3939968d..60fce7eb89 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -35,7 +35,7 @@ def make url template=<<-EOS require 'brewkit' - class #{Formula.class $1}