Sha256: 36ec91847e7db69e250a32eb1d44a03fef7c352ab7e3251dbd36e1f225bb366f
Contents?: true
Size: 442 Bytes
Versions: 1
Compression:
Stored size: 442 Bytes
Contents
require 'dry/core/deprecations' Dry::Core::Deprecations.warn('Int type was renamed to Integer', tag: :'dry-types') module Dry module Types register('int', self['integer']) register('strict.int', self['strict.integer']) register('coercible.int', self['coercible.integer']) register('optional.strict.int', self['optional.strict.integer']) register('optional.coercible.int', self['optional.coercible.integer']) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-types-0.13.0 | lib/dry/types/compat/int.rb |