class ActiveStorage::Service::MirrorService

def each_service(&block)

def each_service(&block)
  [ primary, *mirrors ].each(&block)
end