method

list?

ruby latest stable - Class: Gem::Commands::SourcesCommand
list?()
public

No documentation available.

# File lib/rubygems/commands/sources_command.rb, line 157
  def list? # :nodoc:
    !(options[:add] ||
      options[:clear_all] ||
      options[:remove] ||
      options[:update])
  end