Sha256: 40a8c64c4d45b4f188351f70e9863d7c15d42980d7902951c5aa3a2ce89b4272
Contents?: true
Size: 364 Bytes
Versions: 12
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true module Kitchen::Directions::BakeChapterIntroductions class V1 def bake(book:) Kitchen::Directions::BakeChapterIntroductions.v2( book: book, strategy_options: { strategy: :add_objectives, bake_chapter_outline: true, introduction_order: :v1 } ) end end end
Version data entries
12 entries across 12 versions & 1 rubygems