886 887 888 889 890
# File 'lib/omnifocus.rb', line 886 def merge! o o.each_with_index do |x, i| self[i] << x end end