Skip to content

Commit d003039

Browse files
committed
Set initial value for ivar
1 parent 035730e commit d003039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dry/system/container.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ def inherited(klass)
660660
end
661661

662662
klass.instance_variable_set(:@hooks, new_hooks)
663+
klass.instance_variable_set(:@__finalized__, false)
663664
super
664665
end
665666

0 commit comments

Comments
 (0)