# File lib/core/facets/array/merge.rb, line 11
  def merge!( other )
    self.replace(self.merge(other))
  end