Module: Kitchen::Directions::BookAnswerKeyContainer

Defined in:
lib/kitchen/directions/book_answer_key_container/v1.rb,
lib/kitchen/directions/book_answer_key_container/main.rb

Defined Under Namespace

Classes: V1

Class Method Summary collapse

Class Method Details

.v1(book:, solutions_plural: true) ⇒ Object



6
7
8
# File 'lib/kitchen/directions/book_answer_key_container/main.rb', line 6

def self.v1(book:, solutions_plural: true)
  V1.new.bake(book: book, solutions_plural: solutions_plural)
end