lib/nanoc/data_sources/filesystem.rb in nanoc-4.4.2 vs lib/nanoc/data_sources/filesystem.rb in nanoc-4.4.3
- old
+ new
@@ -45,15 +45,13 @@
# one will be inferred from the environment.
#
# @api private
class Filesystem < Nanoc::DataSource
# See {Nanoc::DataSource#up}.
- def up
- end
+ def up; end
# See {Nanoc::DataSource#down}.
- def down
- end
+ def down; end
def content_dir_name
config.fetch(:content_dir, 'content')
end