Module: Kitchen::Directions::ChapterReviewContainer
- Defined in:
- lib/kitchen/directions/chapter_review_container/v1.rb,
lib/kitchen/directions/chapter_review_container/main.rb
Defined Under Namespace
Classes: V1
Class Method Summary collapse
Class Method Details
.v1(chapter:, metadata_source:, klass: 'chapter-review') ⇒ Object
6 7 8 |
# 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: , klass: klass) end |