Module: Kitchen::Directions::MoveSolutionsFromNumberedNote

Defined in:
lib/kitchen/directions/move_solutions_to_answer_key/move_solutions_from_numbered_note.rb

Defined Under Namespace

Classes: V1

Class Method Summary collapse

Class Method Details

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



4
5
6
# File 'lib/kitchen/directions/move_solutions_to_answer_key/move_solutions_from_numbered_note.rb', line 4

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