lib/picky/backends/memory/json.rb in picky-3.4.0 vs lib/picky/backends/memory/json.rb in picky-3.4.1
- old
+ new
@@ -15,10 +15,10 @@
end
# Loads the index hash from json format.
#
def load
- Yajl::Parser.parse ::File.open(cache_path, 'r'), symbolize_keys: true
+ Yajl::Parser.parse ::File.open(cache_path, 'r'), symbolize_keys: true # TODO to_sym
end
# Dumps the index hash in json format.
#
def dump hash
\ No newline at end of file