Skip to content

Commit

Permalink
Add missing @deep_dup
Browse files Browse the repository at this point in the history
  • Loading branch information
wildmaples committed Nov 28, 2022
1 parent e33e1ec commit fbd482d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/recursive_open_struct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def initialize(hash=nil, passed_options={})

def marshal_load(attributes)
hash, @options = attributes
@deep_dup = DeepDup.new(@options)
@sub_elements = {}
super(hash)
end
Expand Down

0 comments on commit fbd482d

Please sign in to comment.