Sha256: 088597220a5788004d99387fb9679ebbbc249b78f7ff98eb28b6501c8c6466a9
Contents?: true
Size: 494 Bytes
Versions: 15
Compression:
Stored size: 494 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Common module Plugins module CachesConstructorParams module Concern include Support::Concern ## # TODO: `internals.cache[:constructor_params] || Entities::NullConstructorParams.new` # instance_methods do def constructor_params internals.cache[:constructor_params] end end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems