Sha256: 223f342bf8b3065d9314b276ef48ba5e9e3909b2c27772f2a267ff53bed16ac5
Contents?: true
Size: 327 Bytes
Versions: 5
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true require 'dry-types' 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.0.0 | lib/grape/dry_types.rb |
grape-1.8.0 | lib/grape/dry_types.rb |
grape-1.7.1 | lib/grape/dry_types.rb |
grape-1.7.0 | lib/grape/dry_types.rb |
grape-1.6.1 | lib/grape/dry_types.rb |