lib/nanoc/data_sources/filesystem_unified.rb in nanoc-3.7.3 vs lib/nanoc/data_sources/filesystem_unified.rb in nanoc-3.7.4
- old
+ new
@@ -69,10 +69,10 @@
# one will be inferred from the environment.
class FilesystemUnified < Nanoc::DataSource
include Nanoc::DataSources::Filesystem
- private
+ private
# See {Nanoc::DataSources::Filesystem#create_object}.
def create_object(dir_name, content, attributes, identifier, params = {})
# Check for periods
if (@config.nil? || !@config[:allow_periods_in_identifiers]) && identifier.include?('.')