lib/picky/index/file/json.rb in picky-0.9.1 vs lib/picky/index/file/json.rb in picky-0.9.2
- old
+ new
@@ -6,10 +6,10 @@
def extension
:json
end
def load
- Yajl::Parser.parse ::File.open(cache_path, 'r'), :symbolize_keys => true
+ Yajl::Parser.parse ::File.open(cache_path, 'r'), symbolize_keys: true
end
def dump hash
hash.dump_json cache_path
end
def retrieve
\ No newline at end of file