aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/python_helper.rb
diff options
context:
space:
mode:
authorJack Nagel2013-12-09 21:10:32 -0600
committerJack Nagel2013-12-09 21:13:45 -0600
commita933b5850754931538f40af6e2767eb27fb6e904 (patch)
treedf0178e39d530a7313a0555af7f15a008f20344e /Library/Homebrew/python_helper.rb
parentb6cbd08e931d68e6ed45367b45daa6f97d816627 (diff)
downloadbrew-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