aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-12-09 21:10:32 -0600
committerJack Nagel2013-12-09 21:13:45 -0600
commit69aae1fb8b689645dccc5abc3567418b7d91062d (patch)
tree3ca674046f46b8589a0188e33e3867e851571402 /Library/Formula
parentf6df3e46eaf2e6cb0288026427f918ee6ccc5f4c (diff)
downloadhomebrew-69aae1fb8b689645dccc5abc3567418b7d91062d.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/Formula')
0 files changed, 0 insertions, 0 deletions