863 864 865 866 867
# File 'lib/omnifocus.rb', line 863 def merge! o o.each_with_index do |x, i| self[i] << x end end