Sha256: 6800f05fd9d25442fb6e86fa1fb6d2c0080a342fbbe8521e22fe6b3be7afdc7c
Contents?: true
Size: 419 Bytes
Versions: 12
Compression:
Stored size: 419 Bytes
Contents
# frozen_string_literal: true module Kitchen module Directions # Bake directons for eoc glossary # module BakeChapterGlossary def self.v1(chapter:, metadata_source:, append_to: nil, uuid_prefix: nil) V1.new.bake( chapter: chapter, metadata_source: metadata_source, append_to: append_to, uuid_prefix: uuid_prefix ) end end end end
Version data entries
12 entries across 12 versions & 1 rubygems