lib/picky/query/tokens.rb in picky-4.10.0 vs lib/picky/query/tokens.rb in picky-4.11.0

- old
+ new

@@ -63,15 +63,9 @@ @tokens.last.partial = true unless empty? end # # - def categorize mapper - @tokens.each { |token| token.categorize mapper } - end - - # - # def originals @tokens.map(&:original) end # \ No newline at end of file