Sha256: c69e392de236c4dab4fc3b6ea1bae4cdb47c38f6bff7817c8719e9fbff03bbf8

Contents?: true

Size: 305 Bytes

Versions: 13

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

module Kitchen
  module Directions
    module BakeCustomSections
      def self.v1(chapter:, custom_sections_properties:)
        V1.new.bake(
          chapter: chapter,
          custom_sections_properties: custom_sections_properties
        )
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

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