Skip to content

Commit cfc0bbe

Browse files
committed
Add extensions dir to ignored zeitwerk dirs
Fixes #183
1 parent 01b3a4b commit cfc0bbe

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)