Sha256: 43a7415a0b793fbc03738a251576124862b586a3d5a62c4a6dcd3336cb7d2e1e
Contents?: true
Size: 353 Bytes
Versions: 20
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true module Pragmater module Configuration # Defines the content of the configuration for use throughout the gem. Model = Struct.new :comments, :patterns, :root_dir do def initialize(**) super self[:comments] = Array comments self[:patterns] = Array patterns end end end end
Version data entries
20 entries across 20 versions & 1 rubygems