diff options
| author | Jack Nagel | 2013-12-09 21:10:32 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-09 21:13:45 -0600 |
| commit | a933b5850754931538f40af6e2767eb27fb6e904 (patch) | |
| tree | df0178e39d530a7313a0555af7f15a008f20344e /Library/Homebrew/python_helper.rb | |
| parent | b6cbd08e931d68e6ed45367b45daa6f97d816627 (diff) | |
| download | brew-a933b5850754931538f40af6e2767eb27fb6e904.tar.bz2 | |
versions: restore original constant
Before:
f1 = Formula.factory('tree')
f1.versions
f2 = Formula.factory('tree')
f1.class == f2.class # => false
After:
f1 = Formula.factory('tree')
f1.versions
f2 = Formula.factory('tree')
f1.class == f2.class # => true
Diffstat (limited to 'Library/Homebrew/python_helper.rb')
0 files changed, 0 insertions, 0 deletions
