Module: Yarrow::Format::Methods::FrontMatter

Included in:
Yarrow::Format::Markdown
Defined in:
lib/yarrow/format/methods/front_matter.rb

Overview

Utility methods for working with text formats containing frontmatter separators.

Defined Under Namespace

Modules: ClassMethods, Syntax

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



109
110
111
# File 'lib/yarrow/format/methods/front_matter.rb', line 109

def self.included(base)
  base.extend(ClassMethods)
end