Skip to content

Commit 34ba506

Browse files
authored
Merge pull request #184 from dry-rb/183-fix-conflict-with-extensions-files
[changelog] version: 1.5.1 date: 2022-10-17 fixed: "Fixed issues with auto-loading `Extensions` module (issue #183 fixed via #184) (@solnic)"
2 parents 01b3a4b + cfc0bbe commit 34ba506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/dry/struct.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ def loader
9999
loader.push_dir(root)
100100
loader.ignore(
101101
"#{root}/dry-struct.rb",
102-
"#{root}/dry/struct/{class_interface,errors,extensions,printer,value,version}.rb"
102+
"#{root}/dry/struct/{class_interface,errors,extensions,printer,value,version}.rb",
103+
"#{root}/dry/struct/extensions"
103104
)
104105
end
105106
end

0 commit comments

Comments
 (0)