lib/picky/backend/file/text.rb in picky-2.6.0 vs lib/picky/backend/file/text.rb in picky-2.7.0
- old
+ new
@@ -42,10 +42,10 @@
end
end
#
#
- def open_for_indexing &block
+ def open &block
::File.open cache_path, 'w:binary', &block
end
end
\ No newline at end of file