# File lib/dm-core/repository.rb, line 83
    def eql?(other)
      return true if super
      name == other.name
    end