Flowdock
method

defaults_str

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: InstallCommand
defaults_str() public

No documentation

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

Hide source
# File lib/rubygems/commands/install_command.rb, line 41
  def defaults_str # :nodoc:
    "--both --version '#{Gem::Requirement.default}' --rdoc --ri --no-force\n"      "--install-dir #{Gem.dir}"
  end
Register or log in to add new notes.