Sha256: 6652476b86c3e1a1d594ec5ba2bfc974787a3db1ceb07d2d69beec2bde43d43a

Contents?: true

Size: 501 Bytes

Versions: 17

Compression:

Stored size: 501 Bytes

Contents

# frozen_string_literal: true

module Kitchen
  module Directions
    module MoveSolutionsToAnswerKey
      def self.v1(chapter:, metadata_source:, strategy:, append_to:, strategy_options: {}, solutions_plural: true)
        V1.new.bake(
          chapter: chapter,
          metadata_source: metadata_source,
          strategy: strategy,
          append_to: append_to,
          strategy_options: strategy_options,
          solutions_plural: solutions_plural
        )
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
openstax_kitchen-14.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-13.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-12.2.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-12.1.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-12.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-11.2.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-11.1.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-11.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-10.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-9.2.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-9.1.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-9.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-8.0.1 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-8.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-7.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-6.1.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb
openstax_kitchen-6.0.0 lib/kitchen/directions/move_solutions_to_answer_key/main.rb