method

requirement_satisfied_by?

ruby latest stable - Class: Bundler::Molinillo::SpecificationProvider

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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.