method
install_development_deps
v2_5_5 -
Show latest stable
- Class:
Gem::DependencyInstaller
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