Sha256: 6563b17a33a2884857d48d1bdd2ee1a003119e94e4a375c2c37ce3021e468f7b

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

require "dry/container"

module Dry
  module Types
    # Internal container for the built-in types
    #
    # @api private
    class Container
      include Dry::Container::Mixin
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-types-1.6.1 lib/dry/types/container.rb
dry-types-1.6.0 lib/dry/types/container.rb
dry-types-1.5.1 lib/dry/types/container.rb
dry-types-1.5.0 lib/dry/types/container.rb