class Kitchen::Directions::BakeChapterIntroductions::V1
Public Instance Methods
bake(book:)
click to toggle source
# 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