class Zeitwerk::Loader
def all_dirs
registered loaders. This is a read-only collection.
Returns an array with the absolute paths of the root directories of all
def all_dirs Registry.loaders.flat_map(&:dirs).freeze end
def all_dirs Registry.loaders.flat_map(&:dirs).freeze end