Method: Dry::Types::Hash#transform_types?
- Defined in:
- lib/dry/types/hash.rb
#transform_types? ⇒ Boolean
Whether the type transforms types of schemas created by #schema
86 87 88 |
# File 'lib/dry/types/hash.rb', line 86 def transform_types? ![:type_transform_fn].nil? end |