class Gem::Commands::InstallCommand

def show_installed # :nodoc:

:nodoc:
def show_installed # :nodoc:
  return if @installed_specs.empty?
  gems = @installed_specs.length == 1 ? "gem" : "gems"
  say "#{@installed_specs.length} #{gems} installed"
end