default-proc

Marshal ruby hash with default proc - remove the default proc?

I've got a Hash with a default proc that I'd like to to Marshal to a file, but the default proc prevents me from doing that. Rather than writing my own _dump and _load methods, is it possible instead to remove the default_proc instead? At the point where I'm Marshalling I'm never going to need the default_proc again. ...