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