lib/picky/query/token.rb in picky-3.4.0 vs lib/picky/query/token.rb in picky-3.4.1
- old
+ new
@@ -35,10 +35,10 @@
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
+ symbolize # TODO to_sym
self
end
#
#
\ No newline at end of file