diff options
| author | Jack Nagel | 2013-03-18 15:04:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-18 15:10:37 -0500 |
| commit | 6486c9493221320ee5ea280fe6a75dfe6e697f2c (patch) | |
| tree | 5825b8ef00b447f23fb83478316507a757292e8e /Library/Homebrew/cmd | |
| parent | c8168d8a4a73ae1cbf473064b532854a93e6c082 (diff) | |
| download | brew-6486c9493221320ee5ea280fe6a75dfe6e697f2c.tar.bz2 | |
versions: remove FIXME
I understand how this works now, and it is definitely necessary.
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/versions.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |
