871 872 873 874 875
# File 'lib/omnifocus.rb', line 871 def merge! o o.each_with_index do |x, i| self[i] << x end end