lib/dry/schema/extensions/hints/message_compiler_methods.rb in dry-schema-1.4.1 vs lib/dry/schema/extensions/hints/message_compiler_methods.rb in dry-schema-1.4.2

- old
+ new

@@ -17,10 +17,10 @@ # @api private attr_reader :hints # @api private - def initialize(*args) + def initialize(*, **) super @hints = @options.fetch(:hints, true) end # @api private