class Bundler::CLI::Install
def gems_installed_for(definition)
def gems_installed_for(definition) count = definition.specs.count "#{count} #{count == 1 ? 'gem' : 'gems'} now installed" end
def gems_installed_for(definition) count = definition.specs.count "#{count} #{count == 1 ? 'gem' : 'gems'} now installed" end