Flowdock
method

==

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Git
==(other) public

No documentation

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

Hide source
# File lib/rubygems/source/git.rb, line 80
  def ==(other) # :nodoc:
    super and
      @name            == other.name and
      @repository      == other.repository and
      @reference       == other.reference and
      @need_submodules == other.need_submodules
  end
Register or log in to add new notes.