Module: Kitchen::Directions::BakeChapterKeyConcepts

Defined in:
lib/kitchen/directions/bake_chapter_key_concepts/v1.rb,
lib/kitchen/directions/bake_chapter_key_concepts/main.rb

Defined Under Namespace

Classes: V1

Class Method Summary collapse

Class Method Details

.v1(chapter:, metadata_source:, append_to: nil, uuid_prefix: '.') ⇒ Object



6
7
8
9
10
11
12
13
# 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: ,
    append_to: append_to,
    uuid_prefix: uuid_prefix
  )
end