Module: Dry::Schema::Extensions::Hints::CompilerMethods Private

Included in:
Compiler
Defined in:
lib/dry/schema/extensions/hints/compiler_methods.rb

Overview

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

Tweaks AND visitor to enable :hints

Instance Method Summary collapse

Instance Method Details

#visit_and(node) ⇒ Object

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.



12
13
14
# File 'lib/dry/schema/extensions/hints/compiler_methods.rb', line 12

def visit_and(node)
  super.with(hints: true)
end