lib/dry/schema/message_set.rb in dry-schema-1.4.2 vs lib/dry/schema/message_set.rb in dry-schema-1.4.3
- old
+ new
@@ -15,16 +15,16 @@
# A list of compiled message objects
#
# @return [Array<Message>]
attr_reader :messages
-
+
# An internal hash that is filled in with dumped messages
# when a message set is coerced to a hash
#
# @return [Hash<Symbol=>[Array,Hash]>]
attr_reader :placeholders
-
+
# Options hash
#
# @return [Hash]
attr_reader :options