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

Version Path
openstax_kitchen-19.0.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-18.0.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-17.1.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-17.0.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-16.0.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-15.0.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-14.0.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-13.0.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-12.2.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-12.1.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-12.0.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb
openstax_kitchen-11.2.0 lib/kitchen/directions/bake_chapter_introductions/v1.rb