Module: FrontMatterParser::Loader

Defined in:
lib/front_matter_parser/loader.rb,
lib/front_matter_parser/loader/yaml.rb

Overview

This module includes front matter loaders (from a string -usually extracted with a SyntaxParser- to hash). They must respond to a ::call method which accepts the String as argument and respond with a Hash.

Defined Under Namespace

Classes: Yaml