module FrontMatterParser::SyntaxParser

This module includes parsers for different syntaxes. They respond to a method ‘#call`, which takes a string as argument and responds with a hash interface with `:front_matter` and `:content` keys, or `nil` if no front matter is found.

:reek: TooManyConstants