module Kitchen::Directions::BakeChapterKeyEquations

Bake directons for eoc key equations

Public Class Methods

v1(chapter:, metadata_source:, append_to: nil, uuid_prefix: '.') click to toggle source
# File lib/kitchen/directions/bake_chapter_key_equations.rb, line 8
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