Module: Kitchen::Directions::BakeFurtherResearch

Defined in:
lib/kitchen/directions/bake_further_research.rb

Overview

Bake directions for further research

Defined Under Namespace

Classes: V1

Class Method Summary collapse

Class Method Details

.v1(chapter:, metadata_source:, uuid_prefix: '.') ⇒ Object



8
9
10
11
12
13
# File 'lib/kitchen/directions/bake_further_research.rb', line 8

def self.v1(chapter:, metadata_source:, uuid_prefix: '.')
  V1.new.bake(
    chapter: chapter,
    metadata_source: ,
    uuid_prefix: uuid_prefix)
end