Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- left_arr.each do |left_hash|
- right_arr.each do |right_hash|
- if left_hash[key] == right_hash[key]
- # Do something
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement