class Gem::Commands::DependencyCommand
def ensure_specs specs # :nodoc:
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