src code

instance method Array#without

Array#without(value...) → Array
  • value (?) – A value to exclude.

Produces a new version of the array that does not contain any of the specified values.