Class | Juicer::DependencyResolver |
In: |
lib/juicer/dependency_resolver/dependency_resolver.rb
|
Parent: | Object |
files | [R] |
Yield files recursively. Resolve dependencies first, then call each, or any other enumerable methods.
Resolve dependencies. This method accepts an optional block. The block will receive each file in succession. The file is included in the returned collection if the block is true for the given file. Without a block every found file is returned.