We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33e1ec commit fbd482dCopy full SHA for fbd482d
lib/recursive_open_struct.rb
@@ -41,6 +41,7 @@ def initialize(hash=nil, passed_options={})
41
42
def marshal_load(attributes)
43
hash, @options = attributes
44
+ @deep_dup = DeepDup.new(@options)
45
@sub_elements = {}
46
super(hash)
47
end
0 commit comments