method

add_git_source

ruby latest stable - Class: Bundler::Plugin::SourceList

Method not available on this version

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

add_git_source(options = {})
public

No documentation available.

# File lib/bundler/plugin/source_list.rb, line 8
      def add_git_source(options = {})
        add_source_to_list Plugin::Installer::Git.new(options), git_sources
      end