Flowdock
method

show_installed

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: InstallCommand
show_installed() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/install_command.rb, line 295
  def show_installed # :nodoc:
    return if @installed_specs.empty?

    gems = @installed_specs.length == 1 ? 'gem' : 'gems'
    say "#{@installed_specs.length} #{gems} installed"
  end
Register or log in to add new notes.