fails:Marshal.restore returns the value of the proc when called with a proc
fails:Marshal.restore calls the proc for recursively visited data
fails:Marshal.restore loads an array containing objects having _dump method, and with proc
fails:Marshal.restore loads an array containing objects having marshal_dump method, and with proc
fails:Marshal.restore loads an Array with proc
fails:Marshal.restore loads a Random
fails:Marshal.restore for an Array loads an array containing the same objects
fails:Marshal.restore for an Exception loads a marshalled exception with no message
fails:Marshal.restore for an Exception loads a marshalled exception with a message
fails:Marshal.restore for an Exception loads a marshalled exception with a backtrace
fails:Marshal.restore for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal.restore for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.restore for a wrapped C pointer loads
fails:Marshal.restore for a wrapped C pointer raises ArgumentError when the local class is a regular object
fails:Marshal.restore when a class with the same name as the dumped one exists outside the namespace invokes Module#const_missing
fails:Marshal.restore when called with a proc returns the value of the proc
fails:Marshal.restore when called with a proc calls the proc for recursively visited data
fails:Marshal.restore when called with a proc loads an Array with proc
fails:Marshal.restore when a class does not exist in the namespace raises an ArgumentError
