Module: Kitchen::Directions::BakeChapterKeyEquations
- Defined in:
- lib/kitchen/directions/bake_chapter_key_equations.rb
Overview
Bake directons for eoc key equations
Defined Under Namespace
Classes: V1
Class Method Summary collapse
Class Method Details
.v1(chapter:, metadata_source:, append_to: nil, uuid_prefix: '.') ⇒ Object
8 9 10 11 12 13 14 15 |
# 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: , append_to: append_to, uuid_prefix: uuid_prefix ) end |