Module: Ruuuby::Feature::Includable::ArrayF09

Included in:
Array
Defined in:
lib/ruuuby/class/enumerable/ary.rb

Overview

defines the operations needed to support Feature(f09) that are applied to Class(Array)

Instance Method Summary collapse

Instance Method Details

#(them) ⇒ Array

Performs the relative complement (or set difference) of these two arrays, operation order/side does matter.

Parameters:

Returns:

  • (Array)

    a new Array instance containing the relative complement between this array and the one provided

Raises:

  • (ArgumentError)


111
# File 'lib/ruuuby/class/enumerable/ary.rb', line 111

def