Method: Dry::Types::Hash#constructor_type

Defined in:
lib/dry/types/hash.rb

#constructor_typeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.


77
78
79
# File 'lib/dry/types/hash.rb', line 77

def constructor_type
  ::Dry::Types::Hash::Constructor
end