lib/picky/query/token.rb in picky-3.4.3 vs lib/picky/query/token.rb in picky-3.5.0

- old
+ new

@@ -35,16 +35,15 @@ def process # TODO Move this into the processed method and let the token have more params? qualify # TODO Should this operate on the original? partialize # TODO Should this operate on the original? similarize # TODO Should this operate on the original? remove_illegals # TODO Remove? - symbolize # TODO to_sym self end # # - def symbolize + def symbolize! @text = @text.to_sym end # Translates this token's qualifiers into actual categories. # \ No newline at end of file