Re: memoize to a file

message: "in

that error if such is the case, since Marshal is not compatible
Also note that ruby can read Marshal data in older formats if
if (RTEST(ruby_verbose) && minor != MARSHAL_MINOR) {
minor change happened after 1.6.8 (6 -> 8), and MARSHAL_MAJOR
was already 4 in v1_0_1, 7 years, 2 months ago (at which
point I got tired of CVSweb).

Marshal’s format is more stable than we think.

I guess I’m once bitten, twice shy as a result of the transition from
1.6.8 to 1.8.0 not too long ago. Thanks for the correction.

Dan