lib/picky/backends/file/json.rb in picky-4.6.3 vs lib/picky/backends/file/json.rb in picky-4.6.4
- old
+ new
@@ -1,9 +1,13 @@
module Picky
module Backends
class File
+
+ def json *args
+ JSON.new *args
+ end
# File-based index files dumped in the JSON format.
#
class JSON < Basic