Module: Kitchen::Directions::MoveSolutionsFromAutotitledNote

Defined in:
lib/kitchen/directions/move_solutions_to_answer_key/move_solutions_from_autotitled_note/v1.rb,
lib/kitchen/directions/move_solutions_to_answer_key/move_solutions_from_autotitled_note/v2.rb,
lib/kitchen/directions/move_solutions_to_answer_key/move_solutions_from_autotitled_note/main.rb

Defined Under Namespace

Classes: V1, V2

Class Method Summary collapse

Class Method Details

.v1(page:, append_to:, note_class:, title: nil) ⇒ Object



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

def self.v1(page:, append_to:, note_class:, title: nil)
  V1.new.bake(page: page, append_to: append_to, note_class: note_class, title: title)
end

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



8
9
10
# File 'lib/kitchen/directions/move_solutions_to_answer_key/move_solutions_from_autotitled_note/main.rb', line 8

def self.v2(chapter:, append_to:, note_class:)
  V2.new.bake(chapter: chapter, append_to: append_to, note_class: note_class)
end