Array Set Operations in Ruby Sometimes you want to treat an Array like a set. Read More Technologies August 27, 2012
Treating Arrays as Sets Reading through the Rake source code the other day (a pastime I highly recommend), I was reminded of a technique I don’t use often enough: my_array = [:foo, :bar, :baz]… Read More How-to Technologies August 17, 2010