method

name_for

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.

name_for(dependency)
public

Returns the name for the given `dependency`. @note This method should be ‘pure’, i.e. the return value should depend

only on the `dependency` parameter.

@param [Object] dependency @return [String] the name for the given `dependency`.