Sha256: c11dabc3c673667ce4066fc96f4ea8a4a29edc7bef391b48fbb893703e9949fe

Contents?: true

Size: 229 Bytes

Versions: 11

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

11 entries across 11 versions & 2 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/dry-types-1.4.0/lib/dry/types/container.rb
dry-types-1.4.0 lib/dry/types/container.rb
dry-types-1.3.1 lib/dry/types/container.rb
dry-types-1.3.0 lib/dry/types/container.rb
dry-types-1.2.2 lib/dry/types/container.rb
dry-types-1.2.1 lib/dry/types/container.rb
dry-types-1.2.0 lib/dry/types/container.rb
dry-types-1.1.1 lib/dry/types/container.rb
dry-types-1.1.0 lib/dry/types/container.rb
dry-types-1.0.1 lib/dry/types/container.rb
dry-types-1.0.0 lib/dry/types/container.rb