Module: Kitchen::Directions::DefaultStrategyForAnswerKeySolutions

Defined in:
lib/kitchen/directions/default_strategy_for_answer_key_solutions.rb

Defined Under Namespace

Classes: V1

Class Method Summary collapse

Class Method Details

.v1(strategy_options:, chapter:, append_to:) ⇒ Object



4
5
6
7
8
9
10
11
# File 'lib/kitchen/directions/default_strategy_for_answer_key_solutions.rb', line 4

def self.v1(strategy_options:, chapter:, append_to:)
  V1.new(
    strategy_options
  ).bake(
    chapter: chapter,
    append_to: append_to
  )
end