class Dry::Schema::PredicateInferrer
@api private
Constants
- Compiler
Public Class Methods
new(registry = PredicateRegistry.new)
click to toggle source
# File lib/dry/schema/predicate_inferrer.rb, line 11 def initialize(registry = PredicateRegistry.new) @compiler = Compiler.new(registry) end