Flowdock
method

add_git_gem

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: GitSet
add_git_gem(name, repository, reference, submodules) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/resolver/git_set.rb, line 46
  def add_git_gem name, repository, reference, submodules # :nodoc:
    @repositories[name] = [repository, reference]
    @need_submodules[repository] = submodules
  end
Register or log in to add new notes.