method

install_development_deps

install_development_deps()
public

No documentation available.

# File lib/rubygems/dependency_installer.rb, line 427
  def install_development_deps # :nodoc:
    if @development and @dev_shallow then
      :shallow
    elsif @development then
      :all
    else
      :none
    end
  end