method

bundles_for_gem

ruby latest stable - Class: Bundler::CLI::Doctor

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

bundles_for_gem(spec)
public

No documentation available.

# File lib/bundler/cli/doctor.rb, line 54
    def bundles_for_gem(spec)
      Dir.glob("#{spec.full_gem_path}/**/*.bundle")
    end