method
gems_installed_for
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI::Install
gems_installed_for(definition)private
No documentation available.
# File lib/bundler/cli/install.rb, line 118
def gems_installed_for(definition)
count = definition.specs.count
"#{count} #{count == 1 ? "gem" : "gems"} now installed"
end