Spec-Zone.ru › Ruby 2.6

класс Bundler::Source::Git::GitNotInstalledError

Родитель:
Bundler::GitError

Общедоступные методы класса

new() Показать исходный код
# File lib/bundler/source/git/git_proxy.rb, line 9
def initialize
  msg = String.new
  msg << "You need to install git to be able to use gems from git repositories. "
  msg << "For help installing git, please refer to GitHub's tutorial at https://help.github.com/articles/set-up-git"
  super msg
end
Вызывает метод родительского класса Exception::new

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API