a = ["a", "b", "c", "d"]
b = [1, 0, 0, 1]

...

Ruby Reject and merge two arrays

by Fu86, May 06, 2011 07:59, 3 refactorings, tagged with ruby, array, merge, reject, collect

I want to collect all the e...

Ee0505bbd355292778077fb662c88f13 Talk