method

print_gem_path

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

Method not available on this version

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

print_gem_path(spec)
private

No documentation available.

# File lib/bundler/cli/info.rb, line 36
    def print_gem_path(spec)
      Bundler.ui.info spec.full_gem_path
    end