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