Sha256: 4cc30f5331bc7d30ab93c2ee36927ff6dd6e6abbb9257aad2d61556daca04ffb
Contents?: true
Size: 426 Bytes
Versions: 19
Compression:
Stored size: 426 Bytes
Contents
# frozen_string_literal: true module Tocer module Configuration # Defines the content of the configuration for use throughout the gem. Content = Struct.new( :action_config, :action_help, :action_insert, :action_version, :includes, :label, :root_dir, keyword_init: true ) do def initialize *arguments super freeze end end end end
Version data entries
19 entries across 19 versions & 1 rubygems