File tree 1 file changed +3
-3
lines changed
spec/tags/ruby/core/marshal
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- fails:Marshal.restore returns the value of the proc when called with a proc
2
- fails:Marshal.restore calls the proc for recursively visited data
1
+ fails:Marshal.restore when called with a proc returns the value of the proc
2
+ fails:Marshal.restore when called with a proc calls the proc for recursively visited data
3
3
fails:Marshal.restore loads an array containing objects having _dump method, and with proc
4
4
fails:Marshal.restore loads an array containing objects having marshal_dump method, and with proc
5
- fails:Marshal.restore loads an Array with proc
5
+ fails:Marshal.restore when called with a proc loads an Array with proc
6
6
fails:Marshal.restore returns an untrusted object if source is untrusted
7
7
fails:Marshal.restore loads a Random
8
8
fails:Marshal.restore for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
You can’t perform that action at this time.
0 commit comments