method

new

ruby latest stable - Class: Bundler::Source::Git::GitNotAllowedError

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

new(command)
public

No documentation available.

# File lib/bundler/source/git/git_proxy.rb, line 18
        def initialize(command)
          msg = String.new
          msg << "Bundler is trying to run a `git #{command}` at runtime. You probably need to run `bundle install`. However, "
          msg << "this error message could probably be more useful. Please submit a ticket at http://github.com/bundler/bundler/issues "
          msg << "with steps to reproduce as well as the following\n\nCALLER: #{caller.join("\n")}"
          super msg
        end