method
requirement_satisfied_by?
v2_5_5 -
Show latest stable
- Class:
Gem::Resolver::Molinillo::SpecificationProvider
requirement_satisfied_by?(requirement, activated, spec)public
Determines whether the given `requirement` is satisfied by the given `spec`, in the context of the current `activated` dependency graph.
@param [Object] requirement @param [DependencyGraph] activated the current dependency graph in the
resolution process.
@param [Object] spec @return [Boolean] whether `requirement` is satisfied by `spec` in the
context of the current `activated` dependency graph.