class Dry::Types::Nominal

def initialize(primitive, **options)

Other tags:
    Api: - private

Parameters:
  • options (Hash) --
  • primitive (Type, Class) --
def initialize(primitive, **options)
  super
  @primitive = primitive
  freeze
end