lib/picky/backends/memory/json.rb in picky-4.6.0 vs lib/picky/backends/memory/json.rb in picky-4.6.1

- old
+ new

@@ -15,10 +15,10 @@ end # Loads the index hash from json format. # def load - MultiJson.decode ::File.open(cache_path, 'r') # , symbolize_keys: true # TODO Symbols. + MultiJson.decode ::File.open(cache_path, 'r') # , symbolize_keys: true # SYMBOLS. end # Dumps the index internal backend in json format. # def dump internal \ No newline at end of file