Skip to content

Commit

Permalink
Make private collapse_dirs Ruby private
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Nov 1, 2022
1 parent 5292846 commit 0bc567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zeitwerk/loader/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ module Zeitwerk::Loader::Config
# The actual collection of absolute directory names at the time the collapse
# glob patterns were expanded. Computed on setup, and recomputed on reload.
#
# @private
# @sig Set[String]
attr_reader :collapse_dirs
private :collapse_dirs

# Absolute paths of files or directories not to be eager loaded.
#
Expand Down

0 comments on commit 0bc567c

Please sign in to comment.