Methods

Class/Module Index [+]

Quicksearch

Bundler::Source::Git::GitNotInstalledError

Public Class Methods

new() click to toggle source
# File lib/bundler/source/git/git_proxy.rb, line 6
def initialize
  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

[Validate]

Generated with the Darkfish Rdoc Generator 2.