method

ensure_specs

ensure_specs(specs)
public

No documentation available.

# File lib/rubygems/commands/dependency_command.rb, line 145
  def ensure_specs specs # :nodoc:
    return unless specs.empty?

    patterns = options[:args].join ','
    say "No gems found matching #{patterns} (#{options[:version]})" if
      Gem.configuration.verbose

    terminate_interaction 1
  end