Array of hash pattern matching in Ruby 3
I’m trying to implement pattern matching, comparing an array of hashes vs. another array of hashes. Each array can have 1 to 3 hashes.
I’m trying to implement pattern matching, comparing an array of hashes vs. another array of hashes. Each array can have 1 to 3 hashes.