lib/dry/schema/macros/dsl.rb in dry-schema-1.6.1 vs lib/dry/schema/macros/dsl.rb in dry-schema-1.6.2
- old
+ new
@@ -15,9 +15,10 @@
class DSL < Core
include Dry::Logic::Operators
undef :eql?
undef :nil?
+ undef :respond_to?
# @!attribute [r] chain
# Indicate if the macro should append its rules to the provided trace
# @return [Boolean]
# @api private