lib/dry/schema/message/or/multi_path.rb in dry-schema-1.10.6 vs lib/dry/schema/message/or/multi_path.rb in dry-schema-1.11.0

- old
+ new

@@ -1,9 +1,6 @@ # frozen_string_literal: true -require "dry/schema/message/or/abstract" -require "dry/schema/path" - module Dry module Schema class Message module Or # A message type used by OR operations with different paths