Skip to content

Commit

Permalink
Make the private mutex Ruby-private
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Feb 10, 2023
1 parent 7955120 commit 3a4cd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zeitwerk/loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ class Loader
attr_reader :shadowed_files
internal :shadowed_files

# @private
# @sig Mutex
attr_reader :mutex
private :mutex

# @private
# @sig Mutex
Expand Down

0 comments on commit 3a4cd12

Please sign in to comment.