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

- old
+ new

@@ -16,11 +16,11 @@ :txt end # The initial content before loading. # - def default - raise "Can't have a default content from text file. Use JSON or Marshal." + def initial + raise "Can't have an initial content from text file. Use JSON or Marshal." end # Text files are used exclusively for # prepared data files. # \ No newline at end of file