module Dry::Types

def self.finalize

Deprecated:
  • Include {Dry::Types.module} instead
def self.finalize
  warn 'Dry::Types.finalize and configuring namespace is deprecated. Just'\
   ' do `include Dry::Types.module` in places where you want to have access'\
   ' to built-in types'
  define_constants(self.namespace, type_keys)
end