module Kitchen::Directions::ChapterReviewContainer

Public Class Methods

v1(chapter:, metadata_source:, klass: 'chapter-review') click to toggle source
# File lib/kitchen/directions/chapter_review_container/main.rb, line 6
def self.v1(chapter:, metadata_source:, klass: 'chapter-review')
  V1.new.bake(chapter: chapter, metadata_source: metadata_source, klass: klass)
end