lib/picky/index/base_indexed.rb in picky-2.6.0 vs lib/picky/index/base_indexed.rb in picky-2.7.0

- old
+ new

@@ -16,9 +16,11 @@ # Return the possible combinations for this token. # # A combination is a tuple <token, index_bundle>. # + # TODO Rename and delegate. + # def possible_combinations token categories.possible_combinations_for token end end \ No newline at end of file