module Yarrow::Format::Methods::FrontMatter
Utility methods for working with text formats containing frontmatter separators.
Public Class Methods
included(base)
click to toggle source
# File lib/yarrow/format/methods/front_matter.rb, line 109 def self.included(base) base.extend(ClassMethods) end