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