1 2 3 4
def hashify(object_array) h = Hash.new object_array.each do |x| ...
I know this can be done but...
I know this can be done but...