method

eql?

eql?(other)
public

No documentation available.

# File lib/bundler/source/git.rb, line 54
      def eql?(other)
        other.is_a?(Git) && uri == other.uri && ref == other.ref &&
          branch == other.branch && name == other.name &&
          version == other.version && submodules == other.submodules
      end