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