class Gem::Commands::SourcesCommand

def list? # :nodoc:

:nodoc:
def list? # :nodoc:
  !(options[:add] ||
    options[:clear_all] ||
    options[:remove] ||
    options[:update])
end