Class: Familyable::Person

Inherits:
Object show all
Includes:
AttributesInitializable
Defined in:
lib/familyable/person.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



10
11
12
# File 'lib/familyable/person.rb', line 10

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