lib/picky/query/allocation.rb in picky-3.6.7 vs lib/picky/query/allocation.rb in picky-3.6.8
- old
+ new
@@ -16,10 +16,10 @@
#
#
def initialize index, combinations
@combinations = combinations
@result_identifier = index.result_identifier # TODO Make cleverer.
- @backend = index.backend # TODO Make cleverer.
+ @backend = index.backend # TODO Make cleverer. Use inverted?
end
def hash
@combinations.hash
end
\ No newline at end of file