What is the best and way to do this: I have two arrays:
a=[['a','one'],['b','two'],['c','three'],['d','four']]
and b=['two','three']
I want to remove nested arrays inside a that include elements in b to get the following:
[['a','one']['d','four']
Thanks.
arrays ruby
m.silenus
source share