HEH. I just noticed the marshal_load/dump is commented out in Ruby.
-Tom
On Fri, 31 Mar 2006, Ola Bini defenestrated me:
> Hi.
>
> This patch creates a _dump-method for Time that matches what Ruby 1.8
> creates. The code is created by looking at time.c in the Ruby distro.
> I have also added
Hi.
This patch creates a _dump-method for Time that matches what Ruby 1.8
creates. The code is created by looking at time.c in the Ruby distro.
I have also added some methods to support marshal_dump later on. What's
missing is a correct implementation of _load in Time, but that will come
soon