Classes: V1
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