Skip to content

Commit 2c297ab

Browse files
authored
Fix bug with marshalling experiments
1 parent a25a0d2 commit 2c297ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scientist/experiment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def marshal_dump
345345
[@name, @result, @raise_on_mismatches]
346346
end
347347

348-
def marshal_load
348+
def marshal_load(array)
349349
@name, @result, @raise_on_mismatches = array
350350
end
351351
end

0 commit comments

Comments
 (0)