dkubb / memoizable

Memoize method return values
MIT License
111 stars 10 forks source link

Implement #marshal_dump and #marshal_load methods for Memoizable::Memory #12

Closed trliner closed 10 years ago

trliner commented 10 years ago

This patch allows memoized objects to be serialized with Marshal and adds tests for it.

sferik commented 10 years ago

This looks good to me. @dkubb, any thoughts?

trliner commented 10 years ago

How does that look @snusnu?

snusnu commented 10 years ago

@trliner awesome, thx! ;)