# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb, line 37
      def name_for_explicit_dependency_source
        with_no_such_dependency_error_handling do
          specification_provider.name_for_explicit_dependency_source
        end
      end