method
dependencies_for
ruby latest stable - Class:
Bundler::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`.