Sha256: b00b1665b71b12c8394b6470fd58546ae9ebdbca4c77a553d2276257bf5be883
Contents?: true
Size: 242 Bytes
Versions: 7
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module Tocer module CLI module Configuration # Defines the content of the configuration for use throughout the gem. Content = Struct.new :label, :includes, keyword_init: true end end end
Version data entries
7 entries across 7 versions & 1 rubygems