Sha256: 7cce2770d20a82a92ff9cca9a05e5b20272a182cf95a631443071fe5233e2e98
Contents?: true
Size: 466 Bytes
Versions: 15
Compression:
Stored size: 466 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, has_para: false) V1.new.bake( chapter: chapter, metadata_source: metadata_source, append_to: append_to, uuid_prefix: uuid_prefix, has_para: has_para ) end end end end
Version data entries
15 entries across 15 versions & 1 rubygems