Sha256: 88b3874f41746a91836b898c9c813f48040941b4f8215cda5a1f3c40feda5037
Contents?: true
Size: 312 Bytes
Versions: 6
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true module Strict module Attributes module Class CONSTANT = :STRICT_INTERNAL_ATTRIBUTES_CONFIGURATION__ def strict_attributes self::STRICT_INTERNAL_ATTRIBUTES_CONFIGURATION__ end def coercer Coercer.new(self) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems