class Zeitwerk::Loader

def all_dirs

@sig () -> Array[String]

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