lib/picky/indexed/categories.rb in picky-1.2.3 vs lib/picky/indexed/categories.rb in picky-1.2.4

- old
+ new

@@ -58,15 +58,13 @@ end end # Returns possible Combinations for the token. # - # The categories param is an optimization. + # The preselected_categories param is an optimization. # # TODO Return [RemovedCategory(token, nil)] # If the search is ... - # - # TODO Make categories also a collection class. # # TODO Return [] if not ok, nil if needs to be removed? # Somehow unnice, but… # def possible_for token, preselected_categories = nil \ No newline at end of file