module Bundler::Molinillo::SpecificationProvider

def name_for(dependency)

Returns:
  • (String) - the name for the given `dependency`.

Parameters:
  • dependency (Object) --

Other tags:
    Note: - This method should be 'pure', i.e. the return value should depend
def name_for(dependency)
  dependency.to_s
end