method

defaults_str

ruby latest stable - Class: Gem::Commands::DependencyCommand
defaults_str()
public

No documentation available.

# File lib/rubygems/commands/dependency_command.rb, line 38
  def defaults_str # :nodoc:
    "--local --version '#{Gem::Requirement.default}' --no-reverse-dependencies"
  end