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