Sha256: 6b8ed07568d295a5089d59fc953e0bfec964666329e29e8673b4ea9bf3ecbecd
Contents?: true
Size: 306 Bytes
Versions: 4
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true module Hanami module Provider class Source < Dry::System::Provider::Source attr_reader :slice def initialize(slice:, **options, &block) @slice = slice super(**options, &block) end def target_container = slice end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hanami-2.2.1 | lib/hanami/provider/source.rb |
hanami-2.2.0 | lib/hanami/provider/source.rb |
hanami-2.2.0.rc1 | lib/hanami/provider/source.rb |
hanami-2.2.0.beta2 | lib/hanami/provider/source.rb |