Sha256: d22ee5566f5763a5ca260011375786184eec2d1c196c96966a8ede9c9c08b14c

Contents?: true

Size: 306 Bytes

Versions: 5

Compression:

Stored size: 306 Bytes

Contents

# frozen_string_literal: true

module Grape
  module DryTypes
    # Call +Dry.Types()+ to add all registered types to +DryTypes+ which is
    # a container in this case. Check documentation for more information
    # https://dry-rb.org/gems/dry-types/1.2/getting-started/
    include Dry.Types()
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grape-2.2.0 lib/grape/dry_types.rb
grape-2.1.3 lib/grape/dry_types.rb
grape-2.1.2 lib/grape/dry_types.rb
grape-2.1.1 lib/grape/dry_types.rb
grape-2.1.0 lib/grape/dry_types.rb