Skip to content

Commit

Permalink
Make the private mutex2 Ruby-private
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Feb 10, 2023
1 parent 3a4cd12 commit 88905f1
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 @@ -91,9 +91,9 @@ class Loader
attr_reader :mutex
private :mutex

# @private
# @sig Mutex
attr_reader :mutex2
private :mutex2

def initialize
super
Expand Down

0 comments on commit 88905f1

Please sign in to comment.