method
install_error_message
ruby latest stable - Class:
Bundler::GemInstaller
install_error_message()private
No documentation available.
# File lib/bundler/installer/gem_installer.rb, line 42
def install_error_message
"An error occurred while installing #{spec.name} (#{spec.version}), and Bundler cannot continue."
end