Class: Set

Inherits:
Object show all
Defined in:
lib/multimap/spec/spec_helper.rb

Direct Known Subclasses

Multiset

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



27
28
29
# File 'lib/multimap/spec/spec_helper.rb', line 27

def <=>(other)
  to_a <=> other.to_a
end