lib/picky/backends/file/basic.rb in picky-3.6.7 vs lib/picky/backends/file/basic.rb in picky-3.6.8
- old
+ new
@@ -50,10 +50,10 @@
#
# Note: We could also load the mapping file
# as in #load.
#
def initial
- @initial && @initial.clone || nil
+ @initial && @initial.clone || {}
end
# Deletes the file.
#
def delete
\ No newline at end of file