lib/picky/query/tokens.rb in picky-4.6.0 vs lib/picky/query/tokens.rb in picky-4.6.1
- old
+ new
@@ -79,12 +79,10 @@
#
def == other
self.tokens == other.tokens
end
- # Non destructive.
- #
- # TODO Make destructive?
+ # Non-destructive addition.
#
def + other
self.class.new (@tokens + other.tokens), (self.ignore_unassigned || other.ignore_unassigned)
end
\ No newline at end of file