lib/picky/backends/memory/basic.rb in picky-3.1.11 vs lib/picky/backends/memory/basic.rb in picky-3.1.12

- old
+ new

@@ -30,9 +30,16 @@ # def extension :index end + # The empty index that is used for putting the index + # together before it is dumped into the files. + # + def empty + {} + end + # Will copy the index file to a location that # is in a directory named "backup" right under # the directory the index file is in. # def backup \ No newline at end of file