We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f3cda commit 52be46aCopy full SHA for 52be46a
spec/lib/utils/hash_extension.rb
@@ -4,4 +4,4 @@ def to_struct
4
Struct.new(*self.keys).new(*self.values.map { |value| value.is_a?(Hash) ? value.to_struct : value })
5
end
6
7
-end
+end
0 commit comments