method
ensure_specs
v2_4_6 -
Show latest stable
- Class:
Gem::Commands::DependencyCommand
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