method

new

ruby latest stable - Class: Gem::Commands::OutdatedCommand
new()
public

No documentation available.

# File lib/rubygems/commands/outdated_command.rb, line 12
  def initialize
    super 'outdated', 'Display all gems that need updates'

    add_local_remote_options
    add_platform_option
  end