From 6486c9493221320ee5ea280fe6a75dfe6e697f2c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 18 Mar 2013 15:04:55 -0500 Subject: versions: remove FIXME I understand how this works now, and it is definitely necessary. --- Library/Homebrew/cmd/versions.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb index f5fd72ea2..3d186bf72 100644 --- a/Library/Homebrew/cmd/versions.rb +++ b/Library/Homebrew/cmd/versions.rb @@ -67,7 +67,6 @@ class Formula path.write text_from_sha(sha) # Unload the class so Formula#version returns the correct value - # FIXME shouldn't have to do this? begin version = nostdout { Formula.factory(path).version } Object.send(:remove_const, Formula.class_s(name)) -- cgit v1.2.3