lib/nanoc/data_sources/filesystem.rb in nanoc-4.4.7 vs lib/nanoc/data_sources/filesystem.rb in nanoc-4.5.0

- old
+ new

@@ -44,9 +44,11 @@ # understood by Ruby’s `Encoding`. If no encoding is set in the configuration, # one will be inferred from the environment. # # @api private class Filesystem < Nanoc::DataSource + identifiers :filesystem, :filesystem_unified + # See {Nanoc::DataSource#up}. def up; end # See {Nanoc::DataSource#down}. def down; end