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