class Nanoc::DataSources::Filesystem::Errors::InvalidFormat
Public Class Methods
Source
# File lib/nanoc/data_sources/filesystem/errors.rb, line 28 def initialize(content_filename) super("The file '#{content_filename}' appears to start with a metadata section (three or five dashes at the top) but it does not seem to be in the correct format.") end
Calls superclass method