method
bundles_for_gem
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI::Doctor
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