# File lib/backports/2.6.0/array/difference.rb, line 2
  def difference(*arrays)
    arrays.inject(Array.new(self), :-)
  end