# File lib/librarian/resolver/implementation.rb, line 15 def manifests(name) sources.reverse.map{|source| source.manifests(name)}.flatten(1).compact end