1058 1059 1060 1061 1062
# File 'lib/omnifocus.rb', line 1058 def merge! o o.each_with_index do |x, i| self[i] << x end end