We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c091d0 commit 11fd22cCopy full SHA for 11fd22c
lib/dry/struct.rb
@@ -86,6 +86,8 @@ class Struct
86
include Core::Constants
87
extend ClassInterface
88
89
+ autoload :Value, 'dry/struct/value'
90
+
91
include ::Dry::Equalizer(:__attributes__, inspect: false, immutable: true)
92
93
# {Dry::Types::Hash::Schema} subclass with specific behaviour defined for
0 commit comments