class Dry::Types::Constrained

def initialize(type, **options)

Other tags:
    Api: - public

Parameters:
  • options (Hash) --
  • type (Type) --
def initialize(type, **options)
  super
  @rule = options.fetch(:rule)
end