Flowdock
method

ensure_specs

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: DependencyCommand
ensure_specs(specs) public

No documentation

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

Hide source
# 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
Register or log in to add new notes.