method

gems_installed_for

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

Method not available on this version

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

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