module Kitchen::Directions::BakeChapterKeyConcepts

Public Class Methods

v1(chapter:, metadata_source:, append_to: nil, uuid_prefix: '.') click to toggle source
# File lib/kitchen/directions/bake_chapter_key_concepts/main.rb, line 6
def self.v1(chapter:, metadata_source:, append_to: nil, uuid_prefix: '.')
  V1.new.bake(
    chapter: chapter,
    metadata_source: metadata_source,
    append_to: append_to,
    uuid_prefix: uuid_prefix
  )
end