module Kitchen::Directions::BakeFurtherResearch

Bake directions for further research

Public Class Methods

v1(chapter:, metadata_source:, uuid_prefix: '.') click to toggle source
# 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: metadata_source,
    uuid_prefix: uuid_prefix)
end