module Kitchen::Directions::BakeChapterSectionExercises

Public Class Methods

v1(chapter:, trash_title: false) click to toggle source
# File lib/kitchen/directions/bake_chapter_section_exercises/main.rb, line 6
def self.v1(chapter:, trash_title: false)
  V1.new.bake(chapter: chapter, trash_title: trash_title)
end