method
search_for
ruby latest stable - Class:
Gem::Resolver::Molinillo::SpecificationProvider
search_for(dependency)public
Search for the specifications that match the given dependency. The specifications in the returned array will be considered in reverse order, so the latest version ought to be last. @note This method should be ‘pure’, i.e. the return value should depend
only on the `dependency` parameter.
@param [Object] dependency @return [Array the specifications that satisfy the given
`dependency`.