lib/vedeu/repositories/assemblage.rb in vedeu-0.8.6 vs lib/vedeu/repositories/assemblage.rb in vedeu-0.8.7

- old
+ new

@@ -50,10 +50,10 @@ # @param other [void] # @return [Boolean] def eql?(other) self.class == other.class && collection == other.collection end - alias_method :==, :eql? + alias == eql? # Return the size of the collection. # # @return [Fixnum] def size