Skip to content

Commit

Permalink
Add extensions dir to ignored zeitwerk dirs
Browse files Browse the repository at this point in the history
Fixes #183
  • Loading branch information
solnic committed Oct 17, 2022
1 parent 01b3a4b commit cfc0bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dry/struct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def loader
loader.push_dir(root)
loader.ignore(
"#{root}/dry-struct.rb",
"#{root}/dry/struct/{class_interface,errors,extensions,printer,value,version}.rb"
"#{root}/dry/struct/{class_interface,errors,extensions,printer,value,version}.rb",
"#{root}/dry/struct/extensions"
)
end
end
Expand Down

0 comments on commit cfc0bbe

Please sign in to comment.