module Kitchen::Directions::BakeChapterSummary

Bake directions for eoc summary

Public Class Methods

v1(chapter:, metadata_source:, klass: 'summary', uuid_prefix: '.') click to toggle source
# File lib/kitchen/directions/bake_chapter_summary.rb, line 8
def self.v1(chapter:, metadata_source:, klass: 'summary', uuid_prefix: '.')
  V1.new.bake(
    chapter: chapter,
    metadata_source: metadata_source,
    uuid_prefix: uuid_prefix,
    klass: klass
  )
end