Method: Brief::Document::FrontMatter#frontmatter

Defined in:
lib/brief/document/front_matter.rb

#frontmatterObject



14
15
16
17
18
# File 'lib/brief/document/front_matter.rb', line 14

def frontmatter
  (@frontmatter || load_frontmatter).tap do |d|
    d[:type] ||= parent_folder_name && parent_folder_name.to_s.singularize if parent_folder_name && parent_folder_name.length > 0
  end
end