lib/dry/schema/macros/required.rb in dry-schema-0.6.0 vs lib/dry/schema/macros/required.rb in dry-schema-1.0.0
- old
+ new
@@ -5,10 +5,10 @@
module Dry
module Schema
module Macros
# A Key specialization used for keys that must be present
#
- # @api public
+ # @api private
class Required < Key
# @api private
def operation
:and
end