method
dependencies_for
v2_5_5 -
Show latest stable
- Class:
Gem::Resolver::Molinillo::SpecificationProvider
dependencies_for(specification)public
Returns the dependencies of `specification`. @note This method should be ‘pure’, i.e. the return value should depend
only on the `specification` parameter.
@param [Object] specification @return [Array the dependencies that are required by the given
`specification`.