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`.
# File lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb, line 54
def name_for(dependency)
dependency.to_s
end