Sha256: 1d8581527be581d527fcc6443ecc3047b6bddb131e8c0c09d96b35a6b102ad08

Contents?: true

Size: 347 Bytes

Versions: 6

Compression:

Stored size: 347 Bytes

Contents

# frozen_string_literal: true

require 'front_matter_parser/loader/yaml'

module FrontMatterParser
  # 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.
  module Loader
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
front_matter_parser-1.0.1 lib/front_matter_parser/loader.rb
front_matter_parser-1.0.0 lib/front_matter_parser/loader.rb
front_matter_parser-0.2.1 lib/front_matter_parser/loader.rb
front_matter_parser-0.2.0 lib/front_matter_parser/loader.rb
front_matter_parser-0.1.1 lib/front_matter_parser/loader.rb
front_matter_parser-0.1.0 lib/front_matter_parser/loader.rb