lib/nanoc/data_sources/static.rb in nanoc-3.7.3 vs lib/nanoc/data_sources/static.rb in nanoc-3.7.4
- old
+ new
@@ -51,10 +51,10 @@
:binary => true, :mtime => mtime, :checksum => checksum
)
end
end
- protected
+ protected
def all_files_in(dir_name)
Nanoc::Extra::FilesystemTools.all_files_in(dir_name)
end