Class: Kitchen::Directions::BakeChapterIntroductions::V1

Inherits:
Object
  • Object
show all
Defined in:
lib/kitchen/directions/bake_chapter_introductions/v1.rb

Instance Method Summary collapse

Instance Method Details

#bake(book:) ⇒ Object



5
6
7
8
9
10
11
12
13
14
# File 'lib/kitchen/directions/bake_chapter_introductions/v1.rb', line 5

def bake(book:)
  Kitchen::Directions::BakeChapterIntroductions.v2(
    book: book,
    strategy_options: {
      strategy: :add_objectives,
      bake_chapter_outline: true,
      introduction_order: :v1
    }
  )
end