Libraries
»
M500
(0.9.4)
»
Index
»
List
»
#difference
Method: List#difference
Defined in:
lib/M500_containers.rb
#
difference
(a) ⇒
Object
Also known as:
-
217 218 219
# File 'lib/M500_containers.rb', line 217
def
difference
(
a
)
dup
.
subtract
(
a
)
end