versions: remove FIXME

I understand how this works now, and it is definitely necessary.
This commit is contained in:
Jack Nagel 2013-03-18 15:04:55 -05:00
parent c8168d8a4a
commit 6486c94932

View File

@ -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))