Sha256: 79a120731a8a352fc591835f3825aae4838ac04a7a384999bb8d804516d82b16
Contents?: true
Size: 368 Bytes
Versions: 29
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true <% namespace do %> 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
29 entries across 29 versions & 1 rubygems