Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/extcsv.rb

Instance Method Summary collapse

Instance Method Details

#complement(other) ⇒ Object



12
13
14
# File 'lib/extcsv.rb', line 12

def complement(other)
  (self - other) + (other - self)
end