Sha256: 03a12f5e9839e7393e955d0989b29ec32f040adfbaec3892ce9a8ac88e656cca

Contents?: true

Size: 205 Bytes

Versions: 6

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dry-types-1.8.2 lib/dry/types/container.rb
dry-types-1.8.1 lib/dry/types/container.rb
dry-types-1.8.0 lib/dry/types/container.rb
dry-types-1.7.2 lib/dry/types/container.rb
dry-types-1.7.1 lib/dry/types/container.rb
dry-types-1.7.0 lib/dry/types/container.rb