Sha256: 02351a84beb95d08e8faa0744f50ea383c2ac4aa6279c38b10d877264ca11531

Contents?: true

Size: 287 Bytes

Versions: 8

Compression:

Stored size: 287 Bytes

Contents

# frozen_string_literal: true

module Kitchen
  module Directions
    module BakeChapterSolutions
      def self.v1(chapter:, metadata_source:, uuid_prefix: '')
        V1.new.bake(chapter: chapter, metadata_source: metadata_source, uuid_prefix: uuid_prefix)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
openstax_kitchen-9.2.0 lib/kitchen/directions/bake_chapter_solutions/main.rb
openstax_kitchen-9.1.0 lib/kitchen/directions/bake_chapter_solutions/main.rb
openstax_kitchen-9.0.0 lib/kitchen/directions/bake_chapter_solutions/main.rb
openstax_kitchen-8.0.1 lib/kitchen/directions/bake_chapter_solutions/main.rb
openstax_kitchen-8.0.0 lib/kitchen/directions/bake_chapter_solutions/main.rb
openstax_kitchen-7.0.0 lib/kitchen/directions/bake_chapter_solutions/main.rb
openstax_kitchen-6.1.0 lib/kitchen/directions/bake_chapter_solutions/main.rb
openstax_kitchen-6.0.0 lib/kitchen/directions/bake_chapter_solutions/main.rb