module Kitchen::Directions::MoveSolutionsFromExerciseSection

Public Class Methods

v1(chapter:, append_to:, section_class:, title_number: nil) click to toggle source
# File lib/kitchen/directions/move_solutions_to_answer_key/move_solutions_from_exercise_section.rb, line 4
def self.v1(chapter:, append_to:, section_class:, title_number: nil)
  V1.new.bake(chapter: chapter, append_to: append_to, section_class: section_class,
              title_number: title_number)
end